Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sunis on Apr 21, 2008 23:11
open dhtmlx forum
How to serialize only changed rows in the Grid.(v1.5)

How to serialize only changed rows in the Grid.

I have grid with 100 rows, when i serialize the grid all 100 rows are coming as a part of xml

I want only the changed rows from the XML, how can i do this?

Answer posted by Support on Apr 22, 2008 01:55
Such serialization mode can be enabled by
    grid.setSerializationLevel(false,false,false,false,true);