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

Comparison to ComponentOne Drag & Drop Manager

1 Answer 128 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 06 May 2009, 10:14 PM
Hi - I'm evaluating different Drag and Drop Managers for Silverlight.  Currently, I'm comparing the Telerik Manager and the one from ComponentOne.  Could you please illustrate how your D&D Manager differs from the C1 D&D Manager? 

Cheers,
Jeff

1 Answer, 1 is accepted

Sort by
0
Miroslav Paskov
Top achievements
Rank 1
answered on 11 May 2009, 02:39 PM

HI Jeff,

The Telerik RadDragAndDrop manager relies on attached properties and routed events. With attached properties you can mark any object as a drag source or drop target, you do not need to register it in code.

Also with the routed events you can implement rules on a class-wide basis or module basis. 

Here I posted a preview of an application that implements drag-drop logic in different ways:

http://www.telerik.com/community/forums/silverlight/drag-and-drop/changing-dragcue-mid-drag.aspx

For example it makes all expandable control expand on drag over by using Class event handlers, which basically means that you can implement logic for many elements at once, without knowing when or how it would be created, without even having a reference to it.

 

The routed events allow you to control the behavior of all controls of a single type at once or scoping down to a visual part of the application.

 

We will be happy to help you with any features that you are interested in or advice how something can be implemented.

 

Regards,

Miroslav

Tags
DragAndDrop
Asked by
Jeff
Top achievements
Rank 1
Answers by
Miroslav Paskov
Top achievements
Rank 1
Share this question
or