New to Kendo UI for Angular? Start a free 30-day trial

ColumnMenuComponent

Represents the column menu component.

<kendo-grid ...> <kendo-grid-column field="ProductName" [columnMenu]="false"> <kendo-grid-column-menu [column]="column">

Selector

kendo-grid-column-menu

Inputs

NameTypeDefaultDescription

column

any

The Grid column instance to control with the menu.

filter

any

The descriptor by which the data will be filtered. Typically bound to the same value as GridComponent.filter.

settings

ColumnMenuSettings

The settings for the Column Menu.

sort

any

The descriptors by which the data will be sorted. Typically bound to the same value as GridComponent.sort.

In this article

Not finding the help you need?