New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Selection Aggregates
Updated on Sep 8, 2026
The Grid allows you calculate aggregated metrics based on the data of the selected cells or rows.
This functionality allows you to get a quick snapshot containing metrics about the selected data. You can use the built-in approach and display these metrics at the bottom of the Grid or create your own elements that will display the data.
The Grid supports the following built-in aggregates for all selected cells:
Max—The greatest number. Valid for numeric fields.Min—The smallest number. Valid for numeric fields.Sum—The sum of all numbers. Valid for numeric fields.Average