background

UI for ASP.NET AJAX

ASP.NET AJAX Drag and Drop Manager

  • The Telerik Drag & Drop Manager for ASP.NET AJAX allows you to easily add drag and drop functionality to your Web Forms app with minimal code.
  • Part of the Telerik UI for ASP.NET AJAX library along with 120+ professionally designed UI components.
  • Includes support, documentation, demos, virtual classrooms and more!
Telerik UI for ASP.NET AJAX Suite
  • Overview

    The Telerik Drag and Drop Manager for ASP.NET AJAX allows you to easily add drag and drop functionality to your Web Forms app with minimal code. The DragDropManager UI control combines the RadDraggable, RadDropTarget and RadDropTargetArea controls and simplifies declaration and reusability.

    See demo of the Drag and Drop Manager component.
    Telerik UI for ASP.NET AJAX Drag and Drop Manager Component
  • Drag & Drop Building Blocks

    The drag and drop functionality is provided by three building blocks within the DragDropManager control:

    • RadDraggable – Enables an element to be moved by a mouse or finger on touch devices
    • RadDropTarget – Creates a droppable zone and marks an element as a drop target for the RadDraggable
    • RadDropTargetArea – Enables you to create multiple DropTarget elements that are located in the area container, which is a useful scenario when the DropTarget elements are added dynamically

    See how to configure area and boundaries that an element can be moved,

    Telerik UI for ASP.NET AJAX Drag & Drop Area Boundaries
  • Custom Drag & Drop

    The Telerik Drag and Drop component gives you complete control to:

    • Set boundaries that an element cannot be moved beyond
    • Enable cursor offset
    • Restrict movement to only horizontal or vertical axes
    • Show messages or a custom hint upon movement or drop of an element
Next Steps