Thank you for choosing Telerik RadDrag&Drop
What if you have the chance to empower your end users to interact with different elements of the website’s layout? This can be easily achieved through our Drag & Drop Framework, which allows users to drag any element and drop it onto any other element. The associated events allow users to completely handle the Drag & Drop process, thus easily building complex and flexible business logic. Furthermore, the Framework provides visual cues that guide the user.
This is a list with short descriptions of the top-of-the-line features of Telerik's RadDragAndDropFramework:
- Rich Event Handling - the DragAndDrop framework provides a wide set of events that can be used to handle the actions happening upon a drag and drop operation. Using the variety of events you can adjust the Drag And Drop actions to your very custom application’s logic, thus providing a great flexibility to the users. Read more
- Visual ArrowCue - Telerik DragAndDrop enables you to set a visual cue while dragging an element. This visual cue will be stretched and rotated in a way that the cue’s left side will point to the original mouse position of the drag, while its right side will be the current mouse position. The visual cue will guide the users as they perform the drag and drop operations. Read more
- VisualDragCue - Telerik DragAndDrop uses a DragCue to follow the mouse while the user performs drag and drop operations. The DragCue appears always on the top of the other objects. This feature is another visual guide for the drag and drop operations. It helps the users while reordering elements on the pages. Read more
- ScrollViewers - the DragAndDrop control by Telerik will automatically use ScrollViewers to reveal content when the destination of the drag and drop operation is not visible. This makes the drag and drop process applicable even when the operation should be performed with parts of the page that are not visible on the screen. Read more
- Drag Threshold - you can choose the minimum distance which one user needs to move the mouse to start a drag operation. With this, accidental and unwanted dragging can be avoided. Read more
- Enhanced Routed Events Framework - To help your code become even more elegant and concise, we have implemented Enhanced Routed Events Framework for RadControls for Silverlight. This gives you more freedom when you design your applications since you can write instance handlers as well as class handlers for the routed events of our controls.
- Silverlight/WPF Code Compatibility - the Silverlight DragAndDrop shares a single codebase with its WPF version. This means that you can achieve close to 100% code reuse for your drag/drop logic if you have parallel Silverlight / WPF development.
Check out the online demo at: http://demos.telerik.com/silverlight/#DragAndDrop/FirstLookhttp://demos.telerik.com/wpf/
See Also