New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Column 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 SERVER-SIDE APIDescription
Out of the box, the Telerik UI for ASP.NET Core Data Grid provides a column menu functionality. The column menu feature allows you to configure a menu with additional options from which the user can pick and also show, hide, filter, and sort the Data Grid columns if filtering and sorting are enabled.
To display the column menu of the ASP.NET Core Data Grid, use the ColumnMenu(true)
method. As a result, the component will render the column menu in its header cells as an ellipsis (a set of three dots), as demonstrated in this demo.
For more information about the column menu feature of the component, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on column settings.