New to KendoReact? Learn about KendoReact Free.
dispatchKendoPasteEvent
Updated on Feb 6, 2026
Dispatches a smart paste populate event from the given element. The event will bubble up through the DOM tree.
Parameters
element
"null" | Element
The element to dispatch the event from
fieldValues
Record<string>
The field values to populate
Returns
boolean
true if the event was not cancelled, false otherwise