What’s the method to save the dhtmlxgrid data to xml or to a text file? I’d like to be able to be able to made edits to one of the sample files and save the updates. Here is the code from the sample file where I want to do that.
[code]
You are allowed to clear data and structure of grid and then load new data from XML file.
<a href="#" onclick="savegrid();">Save Grid</a>
Reload grid with another structure
[/code]
The documentation seems to say that the open source gpl might not save XML data. Is that right? Is it still possible to save to text?