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

Enables built-in clipboard support for the Grid. Allows copy, cut, and paste interactions.

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridClipboard]

Export Name:Accessible in templates as #kendoGridClipboardInstance="kendoGridClipboard"

Syntax:

html
<kendo-grid kendoGridClipboard></kendo-grid>

Inputs

Configures the clipboard directive settings.

Default:

{ wholeRow: false, copyHeaders: false, copy: true, cut: true, paste: true }

Sets the clipboard operation target. Possible values are 'activeCell' and 'selection'.(See example)

Default:

'selection'

Events

Fires when a clipboard action (cut, copy, or paste) occurs in the Grid.