Enables user-selected content in a grid row to be dragged to and dropped in another web control.
Generators: .NET, .NET Framework, Java
Controls: FreeStyle Grid, Grid
Default value: False.
Setting this property to True allows the user to drag every grid row and drop them in another web control (grid with the Allow Drop property enabled as well as another control with the Drop event in Web coded). The drag & drop function could be implemented between controls in different Web Components.
The dragged data can include all the contents of attribute/variable rows (hidden ones as well).
This property applies only at design-time.
Developing Drag and Drop in Web Panels
Allow Drop property
Drag event in Web
Drop event in Web