Adds a new grid row with content dragged from another control. The grid must have _no_ base table.
Generators: .NET, .NET Framework, Java
Controls: FreeStyle Grid, Grid
Default value: False.
By setting this property to True, the user can drag information from another control to the grid, and it will be automatically loaded as a new line.
Since the loading is triggered from the client side and there is no base table, you have to save this information (for example, in a session) so as not to lose it in the next POST to the server.
The drag & drop operation can be implemented between controls in different web components.
This property applies only at design-time.
Developing Drag and Drop in Web Panels
Allow Drag property
Drag event in Web
Drop event in Web