Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rustamjon Mukhammadaliyev on Feb 18, 2009 20:23
open dhtmlx forum
grid

Hi there,

Is there possibility to serialize to XML one row of Grid?

Thanks in advance!
Answer posted by Support on Feb 19, 2009 01:50
While it is not a part of public API, can be done as
           var xml = grid._serializeRow(grid.getRowById(id));
Answer posted by Rustamjon Mukhammadaliyev on Feb 19, 2009 06:26
Thank you