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

Represents a column-menu item for sticking or unsticking columns in the Grid. See example.

Place this component inside a ColumnMenuTemplate directive. To register the component as a column menu item, set the ColumnMenuService from the template to the service input of the kendo-grid-columnmenu-stick component. See example.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-columnmenu-stick

Syntax:

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>

Inputs

Represents the ColumnMenuService class. This input is required.

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