Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by bob khatami on Aug 18, 2008 11:55
open dhtmlx forum
dhtmlxGrid

hi;

is there a function like saveXml (like loadXml)? I want to save the content of data back to xml?

please, let me know.

thank you
Answer posted by Support on Aug 19, 2008 02:16
Grid supports XML serialization

var xml = grid.serialize();
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/?un=1219138627000

xml data can be sent to server in any custom way