Categories | Question details Back To List | ||
Loading Grid with JSON object Hi, Can i load grid from JSON object in following format: {"rows":[{"ID":1,"ParentID":null}, {"ID":1,"ParentID":null}]} I am not able to do the same, any example will be helpful. Do take care of format while providing the example. Thanks. Answer posted by dhxSupport on Jul 15, 2009 03:41 You can find example of laoding JSON format at your dthmlxGrid package dhtmlxGrid\samples\initialization_loading\init_grid_json.html |