New to Kendo UI for Angular? Start a free 30-day trial
ColumnMenuComponent
Represents the column menu component.
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>
html
<kendo-grid-column field="ProductName">
<ng-template kendoGridColumnMenuTemplate let-service="service">
<kendo-grid-column-menu [column]="column"></kendo-grid-column-menu>
</ng-template>
</kendo-grid-column>
Selector
kendo-grid-column-menu
Inputs
Name | Type | Default | Description |
---|---|---|---|
column |
|
The Grid column instance controlled by the menu. | |
filter |
|
The filter descriptor for the Grid data.
Typically bound to | |
settings |
|
The settings for the column menu. | |
sort |
|
The sort descriptors for the Grid data.
Typically bound to |