New to Kendo UI for Angular? Start a free 30-day trial

SelectionAggregates

Represents the available cell selection aggregates.

NameTypeDefaultDescription

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 all 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 total number of selected cells bound to a false boolean value. Other selected cells that represent different data types do not affect the value

isTrue?

number

The total number of selected cells bound to a true boolean value. Other selected cells that represent different 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.