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

ASP.NET MVC Grid Toolbar Columns Menu

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
toolbar_columns_menu.cshtml
Toolbar_Columns_MenuController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC 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 a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC 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 the ThemeBuilder.

Support & Learning Resources

Additional Resources