New to Kendo UI for jQueryStart a free 30-day trial

Refresh

methods

Reinitializes the editing area iframe. Should be used after moving the editor in the DOM.

<textarea id="editor"></textarea>
<div id="container"></div>
<script>
$("#editor").kendoEditor();
var editor = $("#editor").data("kendoEditor");
editor.wrapper.appendTo("#container");
editor.refresh();
</script>
Not finding the help you need?
Contact Support