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

Focus

methods

Focuses the editable area.

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