This example demonstrates how to implement a running total summary using the ASPxGridView unbound column. In this example, we create an unbound column and handle the ASPxGridView.CustomUnboundColumnData event. We calculate and assign the value to the cell on the server side.
↧