Skip to content

Commit ce7a08d

Browse files
authored
docs(grid): adjust working with autogenerated columns article closes telerik/telerik.web.ui/issues#1983 (#460)
1 parent cfd3543 commit ce7a08d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controls/grid/columns/working-with-autogenerated-columns.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ In cases where you want to have a column for each field in the grid datasource a
1616

1717
This article will explain the main specifics of the feature, as well as how you can customize these columns.
1818

19+
>important In order to enable both Grouping and Column Aggregates for the autogenerated columns, set the
20+
**UseAllDataFields property** of the *MasterTableView* to **true**
21+
1922
## Auto-generated columns specifics
2023

2124
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:

0 commit comments

Comments
 (0)