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

GridClipboardEvent

The event data, exposed in the GridClipboardDirective clipboard event.

NameTypeDefaultDescription

clipboardData

string

When the action is copy or cut - the Grid data, copied to the clipboard, in Excel-compatible format. When the action is paste - the current clipboard data, available in the original DOM event.

gridData

GridClipboardItem[]

The Grid data items and their respective fields, affected by the clipboard action.

originalEvent

ClipboardEvent

The data of the original DOM event.

target

GridClipboardTargetCell

The Grid cell used as a target of the current clipboard operation.

type

GridClipboardEventType

The type of the original clipboard event.

In this article

Not finding the help you need?