New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core Grid Toolbar Columns Menu

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
toolbar_columns_menu.cshtml
Toolbar_Columns_MenuController.cs
Order.cs
Toolbar_Columns_Menu_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

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.

Additional Apps

This Grid example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources