Blazor Gantt Chart Example - Column Menu Integration
This sample demonstrates the default functionalities of the column menu in the Blazor Gantt Chart. Select the menu icon in any column header to open a contextual panel that centralizes essential column operations.
Enable the feature by setting the
ShowColumnMenu
property to true. The default menu items provide shortcuts for the following actions:
SortAscending� Sort the selected column in ascending order.SortDescending� Sort the selected column in descending order.AutoFit� Adjust the current column width to fit its content.AutoFitAll� Auto-fit every column in the grid.ColumnChooser� Toggle column visibility from a checklist.Filter� Open the filtering UI to filter the current column.
For further details, refer to the documentation.