ColumnMenuComponent
Component
Represents the column menu component.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-grid-column-menu
Syntax:
html
<kendo-grid ...>
<kendo-grid-column field="ProductName" [columnMenu]="false">
<ng-template kendoGridHeaderTemplate let-column>
<kendo-grid-column-menu [column]="column"></kendo-grid-column-menu>
</ng-template>
</kendo-grid-column>
</kendo-grid>Inputs
column
any
The Grid column instance controlled by the menu.
filter
any
The filter descriptor for the Grid data.
Typically bound to GridComponent.filter.
The settings for the column menu.
Default:
{}
sort
any
The sort descriptors for the Grid data.
Typically bound to GridComponent.sort.