From ce7a08d4419c4e2c74ca9775f2cafb17bfcab510 Mon Sep 17 00:00:00 2001 From: Vasil Ganev Date: Mon, 18 Dec 2023 13:30:17 +0200 Subject: [PATCH] docs(grid): adjust working with autogenerated columns article closes telerik/telerik.web.ui/issues#1983 (#460) --- controls/grid/columns/working-with-autogenerated-columns.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controls/grid/columns/working-with-autogenerated-columns.md b/controls/grid/columns/working-with-autogenerated-columns.md index cd85ce51e8..d7c843de2e 100644 --- a/controls/grid/columns/working-with-autogenerated-columns.md +++ b/controls/grid/columns/working-with-autogenerated-columns.md @@ -16,6 +16,9 @@ In cases where you want to have a column for each field in the grid datasource a This article will explain the main specifics of the feature, as well as how you can customize these columns. +>important In order to enable both Grouping and Column Aggregates for the autogenerated columns, set the +**UseAllDataFields property** of the *MasterTableView* to **true** + ## Auto-generated columns specifics When you set the AutoGenerateColumns property of RadGrid to true, the RadGrid control generates a separate column for each data field in the control's assigned datasource. Based on the datatype of the field, the control will generate: