Hello,
I need to have DHTMLX grid consume a web service which emits JSON objects with this format:
http://dojotoolkit.org/documentation/tutorials/1.8/store_driven_grid/demo/MyData/
Your documentation at this link:
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:data_loading
states it’s possible to create custom loading types, and the sample provided shows how to do this for XML.
Would you be able to provide me the code to create a custom loading type that would allow DHTMLX grid to load the JSON objects from the web service, please? Thank you.