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

Drag & Drop from one listbox to the other

4 Answers 89 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Bala
Top achievements
Rank 1
Bala asked on 20 Jul 2012, 05:27 AM
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


4 Answers, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 20 Jul 2012, 11:58 AM
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

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

0
Vladi
Telerik team
answered on 24 Jul 2012, 11:58 AM
Hello Tod,

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



 
Tags
ListBox
Asked by
Bala
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Bala
Top achievements
Rank 1
Share this question
or