If set to true, the user can navigate the widget with the keyboard. By default, keyboard navigation is disabled.

Example - Sortable with navigatable enabled

<ul id="sortable">
    <li>ItemA1</li>
    <li>ItemA2</li>
    <li>ItemA3</li>
</ul>

<script>
    $("#sortable").kendoSortable({
        navigatable: true,
    });
</script>
In this article
navigatable
Not finding the help you need?
Contact Support