Example of Column Menu in ASP.NET MVC Gantt Chart 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 icon 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 sectionopens in a new tab.

Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab