Our application is XML based, served from an Apache
Tomcat servlet container. I understand we will need to configure the setXMLAutoLoading function to retrieve the XML data from a servlet URL, however, there is
little documentation relating to saving modifications back to the server. Can
you provide further details on this subject?
Basically there are two methods of saving:
a) Serialization of the whole TreeGrid to XML (will
have the same format as initialization XML and send it back to server).
Serialization can be configured in such a way that only changed rows will be
serialized.
b) You can use dataProcessor lib, it works in the same way as with
dhtmlxGrid, please refer to guide (“Data Processing and link with Server
Datasource” section).