Search code examples
jsonasp.net-web-apidhtmlx

how to bind json data to DHTMLxgrid?


I have return json from wcf service as a list and get json result in client.

How can I bind the json with dhtmlxgrid?How to load DHTMLXgrid with JSON data?

 myGrid.parse(data, "json");

Solution

  • Here you can find an article with the available formats of json data that can be loaded to the grid: http://docs.dhtmlx.com/grid__data_formats.html#jsonformat