AD
Administrator
Syncfusion Team
May 26, 2005 01:16 PM UTC
If you want to turn off moving columns by mousing down on selected columns and dragging them to another location, set grid.AllowDragSelectedCols = false.
If you want to turn off the grid being an OLE dragsource, turn off the OleDataSource flag in the grid.ControllerOptions property.
GF
Gregory Feldman
May 26, 2005 02:18 PM UTC
--> turn off the OleDataSource flag
exactly what i need
thanks a lot
>If you want to turn off moving columns by mousing down on selected columns and dragging them to another location, set grid.AllowDragSelectedCols = false.
>
>If you want to turn off the grid being an OLE dragsource, turn off the OleDataSource flag in the grid.ControllerOptions property.