GridClipboardEvent
Represents the object of the GridClipboardEvent event.
Definition
Package:@progress/kendo-react-data-tools
Properties
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.
All the Grid columns. It takes value of type of ColumnBaseProps<CellProps>[]
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.
A collection of the ClipboardItem that are pasted.
Represents the type of the clipboard action.