This example demonstrates how to create an unbound column that calculates the sum of other columns and changes its values on the fly when end-user changes any grid values using Batch edit mode.
Added By: Thomas Abruzzo at: 10/10/2016 3:28:12 PM
You can find detailed steps by clicking below the "Show Implementation Details" link .
See Also:
GridView - Batch Edit - How to calculate unbound column and total summary values on the fly
ASP.NET Web Forms Example:
ASPxGridView - Batch Edit - How to calculate values on the fly
Question Comments
Added By: Thomas Abruzzo at: 10/10/2016 3:28:12 PM
I am interested in knowing if there is a way to update the group summary values on the client side when in Batch edit mode. Based on a cell changing we would like to update the group summary cell and the grand total cell. I can use a template and make group summary/ grand total into a text box. Any suggestions?