• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Draggable in ASP.NET MVC Dialog Control

This example demonstrates the drag-and-drop operation of the dialog control. To begin drag-and-drop operation, select a dialog's header using mouse and drop them in the desired location. The dialog can be dragged within the sample container. Enable the "open dialog" button to reopen the dialog if it is closed.

DEMO
SOURCE
This is a dialog with draggable support.

A drag-and-drop operation is enabled using the allowDragging property. when you configure the target property, the dialog can be dragged within its target container alone. The drag-and-drop feature is used to reposition the dialog dynamically.