New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

column

any

The Grid column instance controlled by the menu.

filter

any

The filter descriptor for the Grid data. Typically bound to GridComponent.filter.

settings

ColumnMenuSettings

The settings for the column menu.

sort

any

The sort descriptors for the Grid data. Typically bound to GridComponent.sort.

In this article
SelectorInputs
Not finding the help you need?
Contact Support