Code in this post can be obsolete, however, principles and theory may still apply.
If you modify records of an editable grid with paging and if you then page-out, your changes are lost. Well, they are not lost in fact unless you have set pruneModifiedRecords:true on the strore. The modifications are still available so we just need to apply them. Here is the code fragment that does it:
pruneModifiedRecords must be false (the default) for this to work.



7 comments
Comments are closed on archived posts.