Hi,
I would like to ask about multiple sortable features in Sortable Component.
I need sortable more than one item at one time between 2 list.
I can use "filter" for specify sortable elements. But at this case a can only added them only to end of another list.
Can you show me right way to resolve my problem?
May be from Sortable component I can't decide my task and I need to us Draggable component?
I would like to ask about multiple sortable features in Sortable Component.
I need sortable more than one item at one time between 2 list.
I can use "filter" for specify sortable elements. But at this case a can only added them only to end of another list.
$('.draggable-wrap').kendoSortable({ filter: "li", cursor: "move", placeholder: placeholder, hint: hint, start : function(e) { }, end: function(e) { }, connectWith: $(".draggable-wrap") });Can you show me right way to resolve my problem?
May be from Sortable component I can't decide my task and I need to us Draggable component?