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 dropping them in the desired location. The dialog can be draggable within the sample container. Enable the "open dialog" button to reopen the dialog if it is closed.
A drag-and-drop operation is enabled using the allowDragging
property. when you configure the target
property,
he dialog can be draggable within its target container alone.
The drag-and-drop feature is used to reposition the dialog dynamically.