Create the best Web experiences in browsers and devices with our user interface controls designed expressly for jQuery, ASP.NET MVC, HTML 5 and CSS 3. You'll be building on a solid and proven foundation without any plug-ins or extensions, just real world best practices and the most forward-thinking, robust Web technology.

IgniteUI™

Batching Updates

This sample demonstrates how to configure the igGrid control to commit changes only when “Save Changes” is pressed. When values are updated, added, or deleted in the grid, the user has the option to save changes or undo changes. When using batched updates, it’s important to know that there are certain operations including sorting, paging, filtering, grouping, and summaries when the grid needs to have updated data to process the operation. When data has not been committed and these operations occur, the dataDirty event is fired. This sample shows how to explicitly save changes in the dataDirty event so that sorting can complete with the updated data.