Custom Summary

When standard summary aggregate functions are not sufficient, you can calculate summaries using your own custom rules. To do this, the GridControl provides the CalculateCustomSummary event.

In this demo, the summary is calculated against records that match the criteria specified in this event handler — a sum of the Total column values that are greater than 100.

Related APIs:

GridControl.CalculateCustomSummary