
RadDragAndDrop Framework is a useful tool that provides ability to drag and drop various elements in the browser. The Arrow Cue further enrich the user experience by giving visual feedback and assistance to the end user.
As mentioned RadDragAndDrop allows almost any element to be dragged and dropped. However, there are several limitations to be kept in mind when working with this framework.
- The DragDrop manager is implemented entirely in Silverlight. Therefore, no cross-application drag and drop is possible (i.e. dragging from and to the Windows Explorer will not be possible).
- During DragDrop operations the mouse needs to be captured. Controls that capture the mouse may not be dragged or will need modifications to do so.
 |
Please note that the DragDropManager relies on RoutedEvents. It will be assumed that you have understanding about the way routed events work.
|
See Also