If you have databound grid + showGridSummary:true + waitForSave: true, autoSaveEdits: false, the summary only updates after the primaryKey is populated i guess after save operation..
Is there a way to simply just get a summary of field(s) of all unedited (original) and any edited records?
Sure, save locally and setData works out ok, but you loose the paging functionality of the grid..
Is there a way to simply just get a summary of field(s) of all unedited (original) and any edited records?
Sure, save locally and setData works out ok, but you loose the paging functionality of the grid..
Comment