Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by hepanxi on Dec 29, 2008 21:52
open dhtmlx forum
DhtmlxGrid how to mesh preservation of data to which XML?

dhtmlXGrid an XML file can be loaded into the grid for which data. Well, after loading the grid by which the data, delete, change after the operation how to save and then loaded into the XML file which?
Answer posted by Support on Dec 30, 2008 12:42
You can get  state of grid as XML through serialization

var xml = mygrid.serialize();

Variable "xml" will contain xml string with current state of the grid