New to Kendo UI for Angular? Start a free 30-day trial
SelectionAggregate
Represents the available selection aggregate calculations.
Use with cellAggregates
to control which aggregates the Grid calculates.
type
SelectionAggregate = "sum" | "min" | "max" | "average" | "count" | "earliest" | "latest" | "isTrue" | "isFalse";