ASP.NET AJAX Drag & Drop Framework

Infragistics Drag & Drop Framework allows you to easily add drag-and-drop functionality to your Web-based applications. You can use drag-and-drop to enable the real-time moving (or copying) of HTML elements on the page, as well as other user-friendly interactions. The possibilities for applying drag-and-drop behaviors to what had previously been static HTML content are limited only by your imagination.

Infragistics Drag & Drop Framework provides you with all of the client-side scripting you would have needed to write yourself to handle the mouse drag and drop process portably across browsers, and to create custom animations that can be shown when the user is moving (or copying) an HTML source element to its eventual HTML target element. While other Infragistics ASP.NET AJAX controls leverage the patterns implemented by the Infragistics Drag & Drop Framework, it is perfectly interoperable with any kind of HTML element content.

 

Key Features at a Glance

Some of the key features of the Infragistics Drag & Drop Framework include:

  • Comprehensive – Features all of the behaviors you need to enhance and enrich not only Infragistics ASP.NET AJAX controls, but any HTML element content you have.
  • Custom Mouse Cursors – Control the mouse cursor shown to users, and what their effect will be, all requiring very little code.
  • Custom Drag Element – As your user drags an element from one place to another, you can customize what they see floating across the screen with their mouse cursor.
  • Copy and Move – Your users can copy an element from source to target, or just move it to its new location.
  • Client Side Object Model – The drag-and-drop framework provides you with a complete object model for handling drag-and-drop operations portably using Javascript.