You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently store|gridModel.updateData() will clear any pending uncommitted changes. While this is often what we want, there are use-cases for updating the committed data while leaving the pending uncommitted changes as-is.
The text was updated successfully, but these errors were encountered:
amcclain
changed the title
Add option to preserve uncommitted grid changes when updating grid data
Add option to preserve uncommitted changes when calling Store.updateData()Mar 18, 2025
Currently
store|gridModel.updateData()
will clear any pending uncommitted changes. While this is often what we want, there are use-cases for updating the committed data while leaving the pending uncommitted changes as-is.The text was updated successfully, but these errors were encountered: