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

GridClipboardDirective

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

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

Selector

[kendoGridClipboard]

Export Name

Accessible in templates as #kendoGridClipboardInstance="kendoGridClipboard"

Inputs

NameTypeDefaultDescription

clipboardSettings

GridClipboardSettings

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

Configures the clipboard directive settings.

clipboardTarget

GridClipboardTargetType

'selection'

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

Events

NameTypeDescription

clipboard

EventEmitter<GridClipboardEvent>

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

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