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

Cursor

configuration

The cursor that will be shown while user drags sortable item.

cursor

String

Default: "auto"

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

<script>
    $("#sortable").kendoSortable({
        cursor: "move"
    });
</script>
Not finding the help you need?
Contact Support