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

ColumnMenuLockComponent

Represents the column-menu item for locking and unlocking columns in the Grid. See example.

The component can be placed inside a ColumnMenuTemplate directive. To register the component as a known column menu item, set the ColumnMenuService that is passed by the template to the service input of the kendo-grid-columnmenu-lock component. See example.

<kendo-grid [data]="data" [columnMenu]="true" ...>
  <ng-template kendoGridColumnMenuTemplate let-service="service">
    <kendo-grid-columnmenu-lock [service]="service">
    </kendo-grid-columnmenu-lock>
  </ng-template>
</kendo-grid>

Selector

kendo-grid-columnmenu-lock

Inputs

NameTypeDefaultDescription

service

ColumnMenuService

Represents the ColumnMenuService class. Requires a mandatory input.

In this article

Not finding the help you need?