• 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 Tree Grid 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
;

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

  • SortAscending - Sort the current column in ascending order.
  • SortDescending - Sort the current column in descending order.
  • AutoFit - Auto fit current column.
  • AutoFitAll - Auto fit all columns.
  • ColumnChooser - Choose the column visibility.
  • Filter - Filter option is shown to filter the current column.

More information on the data binding can be found in this documentation section.