Drag Drop

I have a data boung GC . It should accept drop fom outside controls/sources but not from itself. e.g no column , row , cells draddrop. How do you I disable intrernal Drag/Drop functonality?

2 Replies

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.

Loader.
Up arrow icon