This is a migrated thread and some comments may be shown as answers.

Multiple Sortable

1 Answer 84 Views
Sortable
This is a migrated thread and some comments may be shown as answers.
Dmitriy
Top achievements
Rank 1
Dmitriy asked on 05 May 2014, 11:55 AM
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.

$('.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? 

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 07 May 2014, 07:39 AM
Hello Dmitriy,

The provided description is not clear enough. Could you please provide a more detailed information about the scenario which you would like to achieve?
I will appreciate if you also include a sample page and/or screen shot so I can get a better overview of your exact case and advice you further. Please provide the needed details and I will check them right away.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Sortable
Asked by
Dmitriy
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or