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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -