-
Notifications
You must be signed in to change notification settings - Fork 31
Provided UG for DataGridColumnChooser #3825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| ##Column Chooser | ||
|
|
||
| SfDataGrid allows you to show or hide columns at runtime by selecting or deselecting them in the Column Chooser. You can enable the column chooser by setting the ShowColumnChooser property. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SfDataGrid allows you show or hide columns at runtime by selecting or deselecting them through the Column Chooser. You can enable this feature by setting the SfDatagrid.ShowColumnChooser property.
You can also customize the header text of the Column Chooser using the SfDataGrid.ColumnChooserHeaderText property.
| <syncfusion:SfDataGrid x:Name="dataGrid" | ||
| ItemsSource="{Binding OrdersInfo}" | ||
| ShowColumnChooser="True"> | ||
| <syncfusion:SfDataGrid.Columns> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the column initializations
Description:
Provided the UG documentation for the DataGrid ColumnChooser.