New to Telerik UI for WinForms? Download free 30-day trial

Column Chooser

The visibility of all columns can be managed by the end-user at runtime using Column Chooser window. To display the Column Chooser, the user right-clicks the grid and selects Column Chooser from the context menu:

Figure 1: Opening the Column Chooser from the context menu.

WinForms RadGridView Opening the Column Chooser from the context menu

The user can then drag column headings to the Column Chooser window and drop them there. This will remove the column from RadGridView and will place it in the Column Chooser Window. Columns can be dragged back to RadGridView.

Figure 2: Using the Column Chooser.

WinForms RadGridView Using the Column Chooser

See Also

In this article