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

What's the difference between DropDropManager and RadDragAndDropManager?

7 Answers 255 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Lynne
Top achievements
Rank 1
Lynne asked on 25 Aug 2011, 09:43 PM
What's the difference between DragDropManager and RadDragAndDropManager?

7 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 26 Aug 2011, 08:27 AM
Hello Lynne,

Generally, DragDropManager is based upon the Microsoft DragDrop and has been introduced with the release of Q2 2011. You may run through our online documentation for a reference on both RadDragAndDropManager and DragDropManager.
 

Regards,
Maya
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Lynne
Top achievements
Rank 1
answered on 26 Aug 2011, 03:09 PM
Do you recommendations/guidelines for when to use one or the other?
0
Maya
Telerik team
answered on 26 Aug 2011, 04:02 PM
Hello Lynne,

Generally, our intentions are to push through the DragDropManager, so I would definitely recommend you to work with it. As it is based on the one of Microsoft, you will benefit some of its functionality as dragging and dropping through different applications for example.

 

All the best,
Maya
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
amine boussema
Top achievements
Rank 1
answered on 15 Sep 2011, 11:21 AM
Hello, 
how can I conserve my already running and fully tested code ?
what are the transformations needed for a typical application using RadDragAndDropManager for a very long time (AddDragQueryHandler,AddDragInfoHandler ... etc ), to make it running with the new one based on the Ms's one?
0
Maya
Telerik team
answered on 15 Sep 2011, 12:12 PM
Hello Amine Boussema,

The only thing you need to do is to set the ExeccutionMode to Legacy:

RadDragAndDropManager.ExecutionMode = DragExecutionMode.Legacy;


Kind regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
amine boussema
Top achievements
Rank 1
answered on 15 Sep 2011, 02:04 PM
Thanks for reply, 
that was the answer for the first question, the second is pending : 
I am asking about transforming my code running with the old RadDragAndDropManager, to take advantage of the possibility to recienve a drag drop from the Winodows explorer, or from other applications as you had described. ?  If it will not cost me lot of time to implement and test that, then I will migrate to the DragDropManager .
Thanks in advance.
0
Maya
Telerik team
answered on 15 Sep 2011, 02:39 PM
Hi Amine Boussema,

I would recommend to you to run through our online documentation for a reference on how to work with DragDropManager.
 

Best wishes,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DragAndDrop
Asked by
Lynne
Top achievements
Rank 1
Answers by
Maya
Telerik team
Lynne
Top achievements
Rank 1
amine boussema
Top achievements
Rank 1
Share this question
or