New to Kendo UI for Angular? Start a free 30-day trial
ColumnMenuLockComponent
Represents the column-menu item that lets you lock or unlock columns.
Render this component inside a ColumnMenuTemplate
directive.
To register the component as a known column menu item, set the ColumnMenuService
that the template passes to the service
input of the kendo-treelist-columnmenu-lock
component.
html
<kendo-treelist ...>
<kendo-treelist-column field="ProductName">
<ng-template kendoTreeListColumnMenuTemplate>
<kendo-treelist-columnmenu-lock></kendo-treelist-columnmenu-lock>
</ng-template>
</kendo-treelist-column>
</kendo-treelist>
Selector
kendo-treelist-columnmenu-lock
Inputs
Name | Type | Default | Description |
---|---|---|---|
service |
|
Represents the |