New to Kendo UI for AngularStart a free 30-day trial

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

The Grid column instance controlled by the menu.

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.

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