AD
Administrator
Syncfusion Team
January 13, 2005 05:04 PM UTC
Yes.
At runtime, you can use the GridBoundColumn for the column to set the HeaderText. (Found in grid.GridBoundColumns if you explicitly added the GridBoundColumns, or in grid.Binder.InternalColumns if you did not).
To set the colwidth, use grid.Model.ColWidth[col] to set the column width for the column.
To change the column order at run time, use grid.Model.Cols.MoveRange.