Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 10:37
open dhtmlx forum
Our application is XML based, served from an Apache Tomcat servlet container. I understand we will need to c...

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?
Answer posted on Mar 05, 2007 10:37

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).
Answer posted by Darya (Support) on Dec 05, 2014 07:09

I hope this information will be enough for you. But you also can have a look at ajax data grid php and combobox icon.