<kendo:dataSource-aggregate>
The aggregates which are calculated when the data source populates with data.The supported aggregates are: "average" - Only for Number.; "count" - String, Number and Date.; "max" - Number and Date.; "min" - Number and Date. or "sum" - Only for Number..
Example
<kendo:dataSource>
<kendo:dataSource-aggregate></kendo:dataSource-aggregate>
</kendo:dataSource>
Configuration Attributes
Configuration JSP Tags
kendo:dataSource-aggregateItem
The aggregates which are calculated when the data source populates with data.The supported aggregates are: "average" - Only for Number.; "count" - String, Number and Date.; "max" - Number and Date.; "min" - Number and Date. or "sum" - Only for Number..
More documentation is available at kendo:dataSource-aggregateItem.
Example
<kendo:dataSource-aggregate>
<kendo:dataSource-aggregateItem></kendo:dataSource-aggregateItem>
</kendo:dataSource-aggregate>