DHTML Tree Grid Serialisation

i want treegrid to serialize only changed rows…



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

mygrid .serialize();





output is coming as <?xml version="1.0"?> even if i modify rows.



Thanks & Regards

Reshmi

even if i modify rows
Please beware that by modified rows , grid counts only rows modified by user actions. If you have changed cell value through API calls - it will not be counted as changed one.