Column Menu in ASP.NET Core Tree Grid Component
18 Nov 20181 minute to read
The column menu has options to integrate features like sorting, filtering, and autofit. It will show a menu with the integrated feature when users click on multiple icon of the column. To enable column menu, you need to define the showColumnMenu property as true.
The default items are displayed in following table.
| Item | Description |
|---|---|
SortAscending |
Sort the current column in ascending order. |
SortDescending |
Sort the current column in descending order. |
AutoFit |
Auto fit the current column. |
AutoFitAll |
Auto fit all columns. |
Filter |
Show the filter option as given in FilterSettings.Type
|
NOTE
You can disable column menu for a particular column by defining the
showColumnMenuproperty ofe-treegrid-columntag helper as false.
You can refer to ourASP.NET Core Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid exampleASP.NET Core Tree Grid exampleto knows how to present and manipulate data.