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

Drag & Drop Status

1 Answer 52 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
FaRess
Top achievements
Rank 1
FaRess asked on 01 Dec 2010, 01:51 PM
I have a radtreeview and a listbox in my application.

All I need to do is drop items coming from the treeview to the listbox, I followed the sample, everything is working fine, but when I hover the ListBox the status of the drag & drop goes from impossible to possible and vice versa everytime my mouse move a little bit over that same listbox

I'm not sure to understand why this is happening

1 Answer, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 06 Dec 2010, 04:40 PM
Hi charles,

Basically, when the object assigned to the payload is valid, the DropInfo event is raised with a status DropPossible. Once the mouse leaves the object, the same event fires with status DropImpossible. Furthermore, this status depends on the value of the QueryResult - whether it is true or false.  You may take a look at our online documentation specifying the arguments available during DropInfo and DragInfo events.
Let me know if you need any further assistance.

Kind regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
DragAndDrop
Asked by
FaRess
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or