GroupResult
Interface
The result of the group operation.
Definition
Package:@progress/kendo-data-query
Properties
The aggregated values for the group. An AggregateResult instance.
field
string
The field by which the data items are grouped.
items
Object[]
Contains either the subgroups, or the data items.
value
any
The group key.