AD
Administrator
Syncfusion Team
May 10, 2004 01:12 PM UTC
Try turning on this property.
this.gridChild.AllowDragSelectedCols = true;
Then after you have selected one or more columns by clicking the headers, you should be able to mouse down and drag them to a new position.