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

Ignore

configuration

Selector that determines which elements inside the sorted item's container will be ignored. Useful if the sortable item contains input elements.

ignore

String

Default: null

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

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