How to bind json data to DHTMLxgrid?

Hi There…

I’ve asp.net site in http://asphostportal.com and 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");

Thanks

Here you can find a tutorial about loading the data to the grid from the json:
docs.dhtmlx.com/grid__data_forma … jsonformat

If the issue is still actual after that please, provide with a simple example of the using json.