asp.net web api - how to bind json data to DHTMLxgrid? -
i have return json wcf service list , json result in client.
how can bind json dhtmlxgrid?how load dhtmlxgrid json data?
mygrid.parse(data, "json");
here can find article available formats of json data can loaded grid: http://docs.dhtmlx.com/grid__data_formats.html#jsonformat
Comments
Post a Comment