Example of Column Menu in ASP.NET Core Data Grid Control

This sample demonstrates the default functionalities of the ColumnMenu. Click on multiple icon of each column to open the column menu.

DEMO
SOURCE

Grid has option to show column menu when click on multiple icon of each column. The column menu has integrated options to interact the features like sorting, grouping, filtering, column chooser and autoFit. This features can be enabled by defining the showColumnMenu as true. The default items are

  • SortAscending - Sort the current column in ascending order.
  • SortDescending - Sort the current column in descending order.
  • Group - Group the current column.
  • Ungroup - Ungroup the current column.
  • AutoFit - Auto fit current column.
  • AutoFitAll - Auto fit all columns.
  • ColumnChooser - Choose the column visibility.
  • Filter - Show the filter option as given in filterSetting-> type.

In this demo, Column Menu feature has enabled by defining showColumnMenu as true with sorting, grouping, filtering, column chooser and autoFit options.

Transform your ASP.NET Core web apps today with Syncfusion ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE