Modified store records are NOT persisted during Paging on an editorgrid !!
Modified store records are NOT persisted during Paging on an editorgrid !!
Hi, guys
does anyone have the experience doing paging on an editorgrid? Right now I am taking advantage of the Store function "getModifiedRecords()", on the API it says Modified records are persisted across load operations (e.g., during paging).
But when I make a change on page 1, go to page 2, come back to page 1, my changes are no longer in the editing grid. from the API docs I thought they would be preserved, though.....
I attached my codes below, all works well expect the problem I mentioned above.....I would appreciate if anyone could let me know how to preserve the edits during paging. thanks in advance!
did I post the thread in the wrong place or nobody ever experienced this problem? is there a way to modify records in multiple pages during paging, and commit the changes once and for all?