New to Kendo UI for Angular? Start a free 30-day trial
Angular Grid Selection Aggregates
Updated on Jan 20, 2026
The Angular Grid enables you to select single or multiple cells or rows and calculate different metrics based on the selected data.
This functionality allows you to get a quick snapshot of some of the more important aggregates of 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 would 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—the average of all numbers. Valid for numeric fields.count—the total number of cells.earliest