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

kendoComboBox Draggable

3 Answers 64 Views
Drag and Drop
This is a migrated thread and some comments may be shown as answers.
Aldo
Top achievements
Rank 2
Aldo asked on 19 May 2014, 01:58 PM
Hi, is it possible to make a kendoComboBox draggable ?

thanks
regards

3 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 20 May 2014, 11:41 AM
Hi Aldo,

Your question is a bit unclear - do you want to drag the items inside the ComboBox list or do you want to move the entire ComboBox from one place to another?
The first is not supported but the second can be configured using the sortable widget. Please check this sample: http://trykendoui.telerik.com/@Alexander/iYOM/2

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Aldo
Top achievements
Rank 2
answered on 20 May 2014, 01:08 PM
Hi Alexander,
we need to drag the selected item description to another object, is it possible ?

thanks
0
Alexander Valchev
Telerik team
answered on 22 May 2014, 09:10 AM
Hello Aldo,

This is not supported because the "selected item" is actually the value of a ComboBox' input element. You cannot drag the input element of the widget as it will break the logic of the widget.
If you want to do something with the selected value you can hook up to the change event of the widget and assign the selected text to external draggable HTML element.

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
Drag and Drop
Asked by
Aldo
Top achievements
Rank 2
Answers by
Alexander Valchev
Telerik team
Aldo
Top achievements
Rank 2
Share this question
or