Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Benson on Jun 18, 2007 09:36
open dhtmlx forum
how to save the result of Grid serialization to a file?

after changes some data in grid, how to save the result of Grid serialization back to a XML file? JSP based not use PHP.
Answer posted on Jun 18, 2007 15:09
The grid is client side component so it doesn't include server side code for such task. You can transfer a data by any way - hidden form submit, ajax call or other; and use JSP code to get the data from request and save to file.
Answer posted by radyno (Support) on Dec 03, 2014 12:43

Not much can be said in addition to the reply above, but you also can check ajax data and database server side and find out what we have probably missed in our explanation.