Example of Column Menu in ASP.NET Core Gantt Control

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

DEMO
SOURCE

Gantt has an option to show column menu while clicking multiple icons of each column. The column menu has an integrated option to interact with the features such as sorting, filtering, column chooser, and autoFit. This feature can be enabled by setting showColumnMenu to true. The default items are,

  • SortAscending - Sorts the current column in ascending order.
  • SortDescending - Sorts the current column in descending order.
  • AutoFit - Auto-fit current column.
  • AutoFitAll - Auto-fit all columns.
  • ColumnChooser - Chooses the column visibility.
  • Filter - Filters the current column.

In this demo, the column menu feature is enabled by setting showColumnMenu to true with sorting, filtering, column chooser, and autoFit options.

More information about column menu can be found in this documentation section.


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