Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ashwini on Sep 23, 2008 21:11
open dhtmlx forum
Grid values stored in json array

Hi
Am using a couple of grids in my page.Is there a way to pass the values in my gird using ajax?It would be better if i could store all my values in a json array and then pass them.Is there anyway to do this?
Thank you
Answer posted by dhtmlx support on Sep 24, 2008 04:11
>> Is there a way to pass the values in my gird using ajax?

You can load data in xml, json or csv format.

Please, have a look at the article:
http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Loading_data_in_grid.html

More grid documentation contains samples for all loading ways.