Skip to content
Prev Previous commit
Next Next commit
docs(pivotgrid): Add a short note
  • Loading branch information
dimodi committed Jun 2, 2023
commit 24c2b57d835db90f68ccfd0a6cfd1e9307f36242
1 change: 1 addition & 0 deletions components/pivotgrid/configurator.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The Pivot Grid Configurator contains the following sections:
* The TreeView items and their checkbox state are populated automatically, based on the PivotGrid data and initial configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* The TreeView items and their checkbox state are populated automatically, based on the PivotGrid data and initial configuration.
* The TreeView items and their checkbox state are populated automatically based on the PivotGrid data and initial configuration.
* Users can check and uncheck TreeView items, which will add or remove the respective Field in the Columns or Rows sections.
* If a field is defined in a `<PivotGridRow>` or `<PivotGridColumn>` tag in the Pivot Grid, then users cannot use that field in another Configurator section.
* If a field is not defined anywhere in the PivotGrid declaration, then checking a TreeView checkbox will add it as a *column field*. Then, the user can drag it to another section.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* If a field is not defined anywhere in the PivotGrid declaration, then checking a TreeView checkbox will add it as a *column field*. Then, the user can drag it to another section.
* If a field is not defined anywhere in the PivotGrid declaration, then checking a TreeView checkbox will add it as a Column field. Then, the user can drag it to another section.


## Columns and Rows
Expand Down