New to Kendo UI for Angular? Start a free 30-day trial
ColumnMenuStickComponent
Represents the column-menu item that sticks or unsticks 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.
html
<kendo-grid [data]="data" [columnMenu]="true">
<ng-template kendoGridColumnMenuTemplate let-service="service">
<kendo-grid-columnmenu-stick [service]="service">
</kendo-grid-columnmenu-stick>
</ng-template>
</kendo-grid>
Selector
kendo-grid-columnmenu-stick
Inputs
Name | Type | Default | Description |
---|---|---|---|
service |
|
Represents the ColumnMenuService class. Requires a mandatory input. |