GridClipboardEvent
Interface
Provides event data for the clipboard event of the GridClipboardDirective.
Definition
Package:@progress/kendo-angular-grid
Properties
clipboardData
string
The clipboard data as a string.
When the action is copy or cut—contains the grid data copied to the clipboard, formatted for Excel compatibility..
When the action is paste—contains the raw clipboard data extracted from the original DOM event.
The affected Grid data items and fields.
originalEvent
ClipboardEvent
The original DOM clipboard event.
The target cell for the clipboard operation.
The type of the clipboard event.