New to KendoReactLearn about KendoReact Free.

GridClipboardEvent

Represents the object of the GridClipboardEvent event.

NameTypeDefaultDescription

cellDelimiter?

string

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

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.

columns

ColumnBaseProps<CellProps>[]

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

copiedItems

ClipboardItem[]

A collection of the ClipboardItem that are selected.

copyHeaders?

boolean

Passes the clipboard prop copyHeaders value in the clipboard action.

dataItem?

any

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

dataItemKey

string

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

newLineDelimiter?

string

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

pastedItems

ClipboardItem[]

A collection of the ClipboardItem that are pasted.

type

ClipboardActionType

Represents the type of the clipboard action.

Not finding the help you need?
Contact Support