Add Custom Events to the Editor
Environment
Product Version | 3.0.0 |
Product | Progress® KendoReact |
Description
How to attach a DOM event like onBlur or onColumnMenu to the EditorView.
Solution
The desired DOM events can be attached to the EditorView object using the onMount event of the Editor.
This is an example showcasing how to attach the onColumnMenu, onBlur and onClick events: