GridClipboardSettings
Interface
Configures the GridClipboardDirective settings.
Definition
Package:@progress/kendo-angular-grid
Properties
copy?
boolean
If set to true, enables the copy operation.
copyHeaders?
boolean
If set to true, includes column titles or field names in the clipboard data.
cut?
boolean
If set to true, enables the cut operation.
paste?
boolean
If set to true, enables the paste operation.
wholeRow?
boolean
If set to true, clipboard actions affect the whole data row.