Thank you Stefan! that solved my problem. However, if I just wanna call an existing prop tool (like cleaningformat), isnt a way like calling $(this).data(kendo-editor).exec('cleaning-format') ?
Stefan
Telerik team
commented on 21 Jul 2021, 04:57 AM
Currently, this requires the approach shown in the demo. The KendoReact components are specifically made for React and follow the React recommendations. This is why the approach is different than the one used in Kendo UI for jQuery.
If the developer want to make customization and still use the built-in logic of an existing tool, this is the supported way: