DataGrid / Columns / Column Chooser

Blazor DataGrid Example - Column Chooser Feature Configuration

Loading Syncfusion Blazor Server Demos…

1 of 7 pages (75 items)

This sample demonstrates the DataGrid column chooser feature, which allows dynamic management of column visibility.

The DataGrid columns can be dynamically shown or hidden using the column chooser functionality. To enable this feature, set the ShowColumnChooser property to true. To prevent specific columns from appearing in the column chooser, set the ShowInColumnChooser property to false in the column definition.

In this demo, click the column chooser icon in the toolbar to open the column chooser menu. Toggle the checkbox for each column to show or hide it in the DataGrid.

For more detailed information about the column chooser feature, refer to the column chooser documentation.