• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

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 section.