AD
Administrator
Syncfusion Team
January 20, 2004 08:20 AM UTC
In addition to setting grid.Model.ColWidths, make sure you set grid.AllowResizeToFit = false. If this is set true (the default setting), the grid will try to autosize the colwidths based on the header text, and this will step on your explicit sizing.