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

GridClipboardSettings

The GridClipboardDirective settings.

NameTypeDefaultDescription

copy?

boolean

Determines whether the copy operation will modify the Clipboard content and trigger the clipboard event.

Defaults to true.

copyHeaders?

boolean

Determines whether column titles or field names will be included in the generated data during the copy and cut actions.

Defaults to false.

cut?

boolean

Determines whether the cut operation will modify the Clipboard content and trigger the clipboard event.

Defaults to true.

paste?

boolean

Determines whether the paste operation will modify the Clipboard content and trigger the clipboard event.

Defaults to true.

wholeRow?

boolean

Determines whether the clipboard actions will affect the whole data row when it is either partially selected, or contains the active cell.

Defaults to false.

In this article

Not finding the help you need?