AD
Administrator
Syncfusion Team
March 4, 2005 12:01 AM UTC
If you have not explicitly set individual column widths, then you can change all the widths by setting the this.grid.DefaultColWidth property.
You can set a range of colwidth using this.grid.Model.ColWidths.SetRange.
One other comment is that if you are using a GridDataBoundGrid, the grid autosizes the columsn for you, and this will step on any sizing you try to do. To avoid this, set griddataBoundGrid.AllowResizeToFit = false in Form.Load.