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?
Such serialization mode can be enabled by
grid.setSerializationLevel(false,false,false,false,true);