Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by J.balaguruparan on Jan 18, 2010 22:24
open dhtmlx forum
DhtmlxGrid how to get the updated xml from client side

hello,
i am using DhtmlxGrid standard version,after updating something in grid i wants to get the entire grid data as xml format same as what i used to load the grid, please mention is there any predefined methods? then how can i get the whole grid content


Thanks in advance
Answer posted by Alex (support) on Jan 19, 2010 02:23

Hello

the PRO edition provides serialize() method that returns the xml string with grid structure. The setSerializationLevel method defines what data will be inluded in this xml:

http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/17_serialization/01_pro_serialize.html

Answer posted by J.balaguruparan on Jan 19, 2010 04:00