Skip to content

Commit 2827934

Browse files
committed
Sync with Kendo UI Professional
1 parent 8abc9c5 commit 2827934

File tree

1 file changed

+1
-0
lines changed
  • docs-aspnet/html-helpers/data-management/grid/grouping

1 file changed

+1
-0
lines changed

docs-aspnet/html-helpers/data-management/grid/grouping/aggregates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ To configure the grid to use server aggregates:
140140
141141
* You should define only aggregates that you will use to avoid unnecessary calculations that may be noticeable on large data sets.
142142
* If you try to use an aggregate that is not defined, or an aggregate over an unsupported field type, a JavaScript exception will be thrown.
143+
* When using local data (serveroperation="false"), grouping and aggregation are handled entirely on the client. If the DataSource is pre-grouped, Kendo expects the data to already include aggregates for fields used in groupFooterTemplate, groupHeaderTemplate, or footerTemplate. Without listed aggregates, the grid doesn't compute them during grouping—sums are undefined, leading to errors.
143144
144145
## See Also
145146

0 commit comments

Comments
 (0)