New to KendoReactStart a free 30-day trial

Represents the object of the GridClipboardEvent event.

Definition

Package:@progress/kendo-react-data-tools

Properties

Sets the cell delimiter used when manipulating the clipboard data Defaults to \t.

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.

All the Grid columns. It takes value of type of ColumnBaseProps<CellProps>[]

A collection of the ClipboardItem that are selected.

Passes the clipboard prop copyHeaders value in the clipboard action.

This is the item that is clicked if the action is raised from the contextMenu.

Passes the dataItemKey prop in the clipboard action.

field?

string

This is the column field that is clicked if the action is raised from the contextMenu.

nativeEvent?

ClipboardEvent

Represents the native ClipboardEvent

Sets the row delimiter used when manipulating the clipboard data Defaults to \r\n.

A collection of the ClipboardItem that are pasted.

Represents the type of the clipboard action.