Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 22, 2007 20:45
open dhtmlx forum
How to store the information we type on the grid in the form of file



We are developing an application which requires us to store or save the values we input in the grid to a File and also on opening that file we are supposed to get the values in the grid. Can Anybody let us know how to develop such an application using DHTMXTreegrid

Answer posted on Jun 25, 2007 11:49
dhtmlXTreeGrid supports serialization to XML, you can call
    var text=treegrid.serialize();

to receive all data of treeGrid as XML string, after that you can send data to server ( by hidden form, or post ajax call ) where it can be stored as file.
The format of serialization is the same as format used for loadXML, so you can use such file as source of treeGrid.
Answer posted by Stanislav (Support) on Nov 29, 2014 07:13

To find more precise comments upon this issue, we can offer you read about dhtml form and javascript charting library.