diff --git a/concepts/05 UI Components/DataGrid/65 Summaries/07 Custom Aggregate Function/10 Client-Side Data Aggregation.md b/concepts/05 UI Components/DataGrid/65 Summaries/07 Custom Aggregate Function/10 Client-Side Data Aggregation.md index 1e913dc5c2..26cb7ab7f7 100644 --- a/concepts/05 UI Components/DataGrid/65 Summaries/07 Custom Aggregate Function/10 Client-Side Data Aggregation.md +++ b/concepts/05 UI Components/DataGrid/65 Summaries/07 Custom Aggregate Function/10 Client-Side Data Aggregation.md @@ -1,6 +1,6 @@ Follow the steps below to configure custom client-side data aggregation. -1. Make sure that the **remoteOperations**.[summary](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/summary.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#summary'), **remoteOperations**.[groupPaging](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/groupPaging.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#groupPaging'), or [remoteOperations](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/') property is not set or set to **false**. +1. Make sure that the **remoteOperations**.[summary](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/summary.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#summary'), **remoteOperations**.[groupPaging](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/groupPaging.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#groupPaging'), **remoteOperations**.[grouping](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#grouping), or [remoteOperations](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/') property is not set or set to **false**. 1. Add one or several summary items to the [totalItems](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/totalItems '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/totalItems/') or [groupItems](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/groupItems '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/groupItems/') array. Specify their [names](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/totalItems/name.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/totalItems/#name') and set [summary types](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/totalItems/summaryType.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/totalItems/#summaryType') to *"custom"*: