The next version of jQWidgets is coming soon and will bring a new jqxGrid feature – Batch editing. You can use batch editing to defer saving multiple cell value changes. All edit changes are stored in a buffer and can be discarded before a user clicks the Ok button.
The below image illustrates a jqxGrid with several edits stored in a buffer. All edited cells have a special CSS class ‘jqx-grid-cell-batch’.
After the ‘OK’ button is clicked, these changes are stored.