Skip to content

DevExpress-Examples/devextreme-datagrid-custom-column-chooser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataGrid for DevExtreme - How to implement a custom column chooser

This example demonstrates how to implement a custom column chooser for a DataGrid or TreeList.

Custom column chooser

The DataGrid and TreeList include a built-in column chooser that allows users to alter column visibility at runtime. If you need a more flexible solution, you can use the Popup and List components to implement a custom column chooser.

In this example, the custom column chooser includes a Select All checkbox that can be used to select/deselect all columns at once. All alterations in column visibility are applied when you click the button.

Files to Review

Documentation

More Examples