Serialize changed and new rows

Hello,

I’l looking for a possibility for serializing changed and new rows only.

I’m using

mygrid.setSerializationLevel(true, false, true, true, true, true);

But I only get changed row, which exist while loading a xml file.

When I add rows with

mygrid.addRow ...

I don’t get these in serialization result.

I cannot use full serialization of the grid because of browser performance problems (Javascript will get a time out and browser ask to stop the javascript). My grid is simply too big.

Regards
Lam

Unfortunately the issue cannot be reconstructed locally.
row added by addRow() method serializing well as changed rows for us.
If issue still occurs for you - please, provide with any kind of sample of your code.