Total Summary

Calculating data summaries is a must-have feature of a data grid. The GridControl provides a set of data summary calculation options.

A total summary is an aggregate function value calculated against all rows within the specified column and displayed within the total summary panel at the bottom of the grid. Built-in aggregate functions include: Min, Max, Average, Sum, and Count.

In this demo, a total summary is created to calculate the sum of values of the Total column. You can select another aggregate function for this total summary, or create total summaries for other columns using the context menu invoked when you touch and hold the total summary panel.

Related APIs:

GridControl.TotalSummaries

GridColumnSummary