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

NavigateOnTab

configuration

If set to true this configuration option would enable Tab-based navigation among Editor ToolBar items. By default navigation is arrow-based.

Default: false

<textarea id="editor"></textarea>
<script>
  $("#editor").kendoEditor({
      navigateOnTab: true
  });
</script>
Not finding the help you need?
Contact Support