'Declaration
Public Property AllowDragging As AllowDraggingEnum
public AllowDraggingEnum AllowDragging {get; set;}
'Declaration
Public Property AllowDragging As AllowDraggingEnum
public AllowDraggingEnum AllowDragging {get; set;}
Row dragging may not work in bound mode. This is because some data sources do not allow absolute positioning of rows.
ADO.NET DataTable object in particular do not support this.
Column dragging is supported for any data source, and row dragging is always supported in unbound mode.
You can prevent specific rows and columns from being dragged by setting their RowCol.AllowDragging property to false.