Grid Pinning Actions for the Action Strip

Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.

asMenuItems: boolean

Pin the row according to the context.

pin(evt: any): void

Parameters

  • evt: any

Returns void

Example

this.gridPinningActions.pin();
scrollToRow(evt: any): void

Parameters

  • evt: any

Returns void

Unpin the row according to the context.

unpin(evt: any): void

Parameters

  • evt: any

Returns void

Example

this.gridPinningActions.unpin();