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

Drag&Drop not working

1 Answer 240 Views
Drag and Drop
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 16 May 2012, 10:40 AM
Hello everybody!

I apologize for the (probably) silly question, but there it is. I'm trying to use the Kendo-UI D&D feature with no luck and this is driving me crazy. I've made this fiddle: http://jsfiddle.net/ilCoso/nq73f/ ... what I'm doing wrong?

Thanks for the support!

Andre

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 01 Jun 2012, 01:12 PM
You need to provide something to display the drag movement. Kendoui calls this a hint. The following change should make your test work:

$("#draggable").kendoDraggable({
    hintfunction({
        return $('#draggable').clone(}
}); 
Tags
Drag and Drop
Asked by
Andrea
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or