AD
Administrator
Syncfusion Team
January 9, 2007 08:22 PM UTC
Try this.
At Design Time, right-click the grid and choose the Edit command (or click the Edit verb under the propertygrid).
When the intaractive design window opens, click the column header to select the column you want to move. Then mousedown on the selected column header and drag it to th enew location.
This assumes that the grid.AllowSelections flag includes Columns and the grid.AllowdragSelectedCols is true. (If these properties are not true in your application, you can temporarily set them at design time to allow the moving of this column).
AD
Administrator
Syncfusion Team
January 9, 2007 08:33 PM UTC
Thanks Clay,
I had the AllowDragSelectedCols Property property set to false (or rather, I guess that's the default behavior, which makes sense). Once I set that, I was able to do the reordering.
THANK YOU!