dhtmlxgrid

Hi,

i’ve to generate a new xml based on the number of rows that were modified in the grid.

Is it possible to do just that.

Serialization has an option which allow to serialize only rows which has been modified.


mygrid.setSerializationLevel(false,false,false,false,true);
var xml = mygrid.serialize(); //only changed rows