Hi, is it possible to make a kendoComboBox draggable ?
thanks
regards
3 Answers, 1 is accepted
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!
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!