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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -