or
$('.draggable-wrap').kendoSortable({ filter: "li", cursor: "move", placeholder: placeholder, hint: hint, start : function(e) { }, end: function(e) { }, connectWith: $(".draggable-wrap") });