This example demonstrates how to update total summaries on the client side when GridView is in Batch Edit mode.
Added By: Rabab Siblini at: 12/20/2015 10:45:32 PM
I've used a similar approach to this to enable and disable my own custom Save and Cancel buttons, but it doesn't work for Delete changes because those don't trigger the BetchEditStartEditing or BatchEditEndEditing client side events.Added By: Lanette (DevExpress Support) at: 3/23/2016 11:52:12 PM
You can find detailed steps by clicking below the "Show Implementation Details" link .
See Also:
GridView - Batch Edit - How to calculate values on the fly
GridView - Batch Edit - How to calculate unbound column and total summary values on the fly
ASP.NET Web Forms Example:
ASPxGridView - How to update total summaries on the client side in Batch Edit mode
Question Comments
Added By: Rabab Siblini at: 12/20/2015 10:45:32 PM
Perfect
Added By: Nate Huddleson at: 3/23/2016 3:01:55 PM Is there any way to get this to work when deleting a record in batch edit mode? Or, in simpler terms, is there any way to react, on the client-side, to a batch edit mode deletion?I've used a similar approach to this to enable and disable my own custom Save and Cancel buttons, but it doesn't work for Delete changes because those don't trigger the BetchEditStartEditing or BatchEditEndEditing client side events.Added By: Lanette (DevExpress Support) at: 3/23/2016 11:52:12 PM
Hello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T360009: GridView - How to update summaries when deleting a row in the batch edit mode. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.