Grid - loading data

All the examples that I see load data using load_data(’'file_name",type). This not not help since I load data from json using prototype AJAX. Once I load the data using AJAX need to transfrom the data into a format that can be used by the grid.



So…how do I point to a json object load on the page? The API docs are not clear.



Thanks,



David


To load data from JSON format you can use:


grid.load(url,“json”) or grid.parse(url,“json”)


Please see more infomation here dhtmlx.com/docs/products/dhtmlxG … _json.html