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