• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ClipboardDataEvent

Represents the object of the onClipboardData event.

NameTypeDefaultDescription

cellDelimiter?

string

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

columns

ColumnBaseProps<CellProps>[]

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

copyHeaders?

boolean

Passes the clipboard prop copyHeaders value in the clipboard action.

dataItemKey

string

Passes the dataItemKey prop in the clipboard action.

nativeEvent?

ClipboardEvent

Represents the native ClipboardEvent

newLineDelimiter?

string

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

type

ClipboardActionType

Represents the type of the clipboard action.