Categories | Question details Back To List | ||
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"?><rows></rows> even if i modify rows. Thanks & Regards Reshmi Answer posted by Support on Dec 17, 2008 03:16 >>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. |