How to disable the swapping of columns in Grid version 6.1.0.34

Hi All,

I want to remove the column swapping in Syncfusion as it causing me a severe problem. I am unable to find a way/property to achieve that. Can somebody give me a tip ?

Regards,
Faheem.

1 Reply

RC Rajadurai C Syncfusion Team May 15, 2009 12:49 PM UTC

Hi Faheem,

Thanks for your interest in Syncfusion products.

It seems you don't want to drag and move the column to other place in gridcontrol at runtime. By default, this is not allowed in gridcontrol. If the following property is set to true, the swapping of columns(moving columns by dragging) is possible.

this.gridControl1.AllowDragSelectedCols = true;

By default, this property is set to false.

Regards,
Rajadurai

Loader.
Up arrow icon