This question is locked. New answers and comments are not allowed.
Hello,
I designed a drag & drop operation from one listbox to the other. I use event handlers for DragQuery, DragInfo, DropQuery, DropInfo events. & Its working fine.
But in some cases, i notice dragstatus is set to pending & dropstatus to impossible. This creates the issue and i can't continue with it further.
Tot
I designed a drag & drop operation from one listbox to the other. I use event handlers for DragQuery, DragInfo, DropQuery, DropInfo events. & Its working fine.
But in some cases, i notice dragstatus is set to pending & dropstatus to impossible. This creates the issue and i can't continue with it further.
Tot
4 Answers, 1 is accepted
0
Hi Tot,
I would suggest you to use the ListBoxDragDropBehavior in order to enable dragging items between RadListBox controls. I have prepared and attached a sample project representing the described scenario, please take a look at it.
Hope this helps.
Regards,
Vladi
the Telerik team
I would suggest you to use the ListBoxDragDropBehavior in order to enable dragging items between RadListBox controls. I have prepared and attached a sample project representing the described scenario, please take a look at it.
Hope this helps.
Regards,
Vladi
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Bala
Top achievements
Rank 1
answered on 21 Jul 2012, 04:33 AM
Hi Vladi ,
Yes, I did it already. And its working Fine.
But, the scenario is in some instances, I receive this issue. Source Listbox drag property shows me InProgress & destination Listbox as Impossible. And this is the issue I face.
and once I receive this issue. I find the same issue common in other drag & drop controls in other pages too.
Thanks,
Tot
Yes, I did it already. And its working Fine.
But, the scenario is in some instances, I receive this issue. Source Listbox drag property shows me InProgress & destination Listbox as Impossible. And this is the issue I face.
and once I receive this issue. I find the same issue common in other drag & drop controls in other pages too.
Thanks,
Tot
0
Hello Tod,
Could you give us more detailed information on the exact scenario in which the issue persists?
Regards,
Vladi
the Telerik team
Could you give us more detailed information on the exact scenario in which the issue persists?
Regards,
Vladi
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Bala
Top achievements
Rank 1
answered on 28 Jul 2012, 06:05 AM
Hi Vladi,
I have a source Listbox & Destination List Box. And, I need to drag the items from source to Destination List Box. I'm using the drag and drop function used in Telerik drag & drop function and it works fine and i am able to drag & drop the items.
But sometimes, i notice that the drag property status is set to drag-inProgress. So drag operation is unable to Perform. (Or) drop Operation is unable to perform when drop property status is set to drop impossible.
Thanks,
Tot
I have a source Listbox & Destination List Box. And, I need to drag the items from source to Destination List Box. I'm using the drag and drop function used in Telerik drag & drop function and it works fine and i am able to drag & drop the items.
But sometimes, i notice that the drag property status is set to drag-inProgress. So drag operation is unable to Perform. (Or) drop Operation is unable to perform when drop property status is set to drop impossible.
Thanks,
Tot