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

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:
dhtmlx.com/docs/products/dht … _grid.html

More grid documentation contains samples for all loading ways.