New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Toolbar Columns Menu
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API HTML HELPER APIDescription
The Telerik UI for ASP.NET Core Grid allows you to render a column menu in the column headers, providing easy access to operations like sorting, grouping, filtering, and others. To display the column menu globally rather than for each column, define the Columns()
option in the Grid Toolbar()
configuration. The global column menu allows you to change the visibility of a specified column and to clear all applied filters to the Grid when the ClearAllFilters()
option is enabled within the ColumnMenu()
—ColumnMenu(menu => menu.ClearAllFilters(true))
.
This demo shows how to define the Grid column menu globally in the Toolbar and clear all Grid filters through a single button.