Categories | Question details Back To List | ||
Is there a way to get all the updated/inserted/deleted
rows using the serialize function?... Is there a way to get all the updated/inserted/deleted rows using the serialize function? Answer posted on Mar 05, 2007 10:18 The serialize functionality can't return a deleted row because such rows are fully removed from model and not accessible anymore. The changed rows can be retrieved, starting from dhtmlxGrid 1.1. The 5th parameter of setSerializationLevel function enables serialization of only updated rows. grid.setSerializationLevel(false,false,false,false,true)Answer posted by sematik (Support) on Dec 04, 2014 03:41 Not much can be said in addition to the reply above, but you also can check ajaxtoolkit calendar and google calendar schedule and find out what we have probably missed in our explanation. |