SelectionAggregates
Represents the available cell selection aggregates.
Definition
Package:@progress/kendo-angular-grid
Properties
average?
number
The average of all numbers in all selected cells bound to numeric fields. Other selected cells that represent different data types do not affect the value.
count?
number
The total number of selected cells.
earliest?
Date
The earliest date in all selected cells bound to Date fields.
Other selected cells that represent different data types do not affect the value.
isFalse?
number
The number of selected cells bound to a false boolean value.
Selected cells with other data types do not affect the value.
isTrue?
number
The number of selected cells bound to a true boolean value.
Selected cells with other data types do not affect the value.
latest?
Date
The latest date in all selected cells bound to Date fields.
Other selected cells that represent different data types do not affect the value.
max?
number
The greatest number in all selected cells bound to numeric fields. Other selected cells that represent different data types do not affect the value.
min?
number
The smallest number in all selected cells bound to numeric fields. Other selected cells that represent different data types do not affect the value.
sum?
number
The sum of all numbers in all selected cells bound to numeric fields. Other selected cells that represent different data types do not affect the value.