New to Kendo UI for Angular? Start a free 30-day trial

GridClipboardDirective

The directive that enables the Grid built-in clipboard support. Allows copy, cut, and paste interactions with the 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 }

The GridClipboardDirective settings.

clipboardTarget

GridClipboardTargetType

'selection'

Determines the target of the clipboard operation (see example). The possible options are:

  • activeCell
  • selection

Events

NameTypeDescription

clipboard

EventEmitter<GridClipboardEvent>

Fires when the user performs cut, copy or paste action within the Grid content area.

In this article

Not finding the help you need?