Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Jun 25, 2008 21:43
open dhtmlx forum
DHTMLX Grid : Updating the changed data to JSON object and XML file

Hi,
I have a query that suppose I update or delete a row of data from grid then how to update the corresponding XML file if I am using XML file to load the grid and how to update JSON object if I am using JSON object to load the grid ?
Answer posted by Support on Jun 26, 2008 02:10
>> then how to update the corresponding XML file
Grid can be serialized back to XML
    var xml=grid.serialize();
There is no similar functionality for JSON.