Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions controls/grid/columns/working-with-autogenerated-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down