[CLOSED] Migrating to 2: TreePanel loader

Page 2 of 2 FirstFirst 12
  1. #11
    Please replace
    JsonResult result = Json(nodes.ToJson());
    result.JsonRequestBehavior = JsonRequestBehavior.AllowGet;
    return result;
    with
    return Content(nodes.ToJson());
  2. #12
    Aha - that sorted it, thanks very much for the assistance.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] Migrating to 2: PartialViewResult
    By PhilG in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 21, 2012, 9:27 AM
  2. [CLOSED] Migrating a MVC App from v1 to v2
    By RCN in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 10, 2012, 7:05 PM
  3. TreePanel - load root with loader
    By pintun in forum 1.x Help
    Replies: 2
    Last Post: Apr 14, 2010, 8:19 PM
  4. TreePanel Ajax Method Loader by code
    By Mickna in forum Examples and Extras
    Replies: 6
    Last Post: Jan 05, 2010, 11:34 PM
  5. Replies: 5
    Last Post: May 13, 2009, 12:10 PM

Tags for this Thread

Posting Permissions