Skip to content

Commit

Permalink
docs(grid): adjust working with autogenerated columns article closes …
Browse files Browse the repository at this point in the history
…telerik/telerik.web.ui/issues#1983 (#460)
  • Loading branch information
P1l3T0 authored Dec 18, 2023
1 parent cfd3543 commit ce7a08d
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit ce7a08d

Please sign in to comment.