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

How can drag multiple files from the draggable list box

1 Answer 85 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Kranthi
Top achievements
Rank 1
Kranthi asked on 20 Aug 2009, 06:53 AM
Hello Telerik Team,

I am using the DraggableListBox from the RAD WPF controls set. Now i have requirement of dragging multiple files from the source listbox and drop into destination list box.

How to achive this requirement?

Thanks,
Kranthi


1 Answer, 1 is accepted

Sort by
0
Accepted
Tihomir Petkov
Telerik team
answered on 20 Aug 2009, 03:29 PM
Hello Kranthi,

In the DragQuery event handler, you should set the payload to include all selected items in the listbox, instead of just the one that initiated the dragging. Other than that, there should not be anything special - just remember to transfer all of the items in the payload to the drop destination when the user ends the dragging.

Best wishes,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
DragAndDrop
Asked by
Kranthi
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Share this question
or