Column Chooser

 
Name Type Mass, 1021 × kg Radius, km Volume, 109 × km3 Gravity, m/s2
Sun
Star 1,989,100,000.00 696,000.00 1,412,000,000.00 274.00
Data grid with 1 rows and 6 columns

The DevExpress Blazor TreeList allows users to customize its column list via its integrated Column Chooser. User can:

  • Display or hide columns: users can toggle the appropriate checkbox within the column chooser. This action modifies a column's Visible property value.
  • Reorder columns: users can drag a column header to a different position within the column chooser. This action modifies a column's VisibleIndex property value.

Call the ShowColumnChooser method to display the column chooser. You can use a column's ShowInColumnChooser property to specify whether the column appears in that window.

In this demo, the TreeList's toolbar displays a button that invokes our built-in Column Chooser.