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