AD
Administrator
Syncfusion Team
March 4, 2005 03:32 PM UTC
To set a column width, you use code like
gridDataBoundGrid1.Model.ColWidths["Col1"] = 150;
If you are trying to do this initially, you also have to set grid.AllowResizeToFit = false. If you do not, the grid''s default sizing will step on your explicit sizing.
AD
Administrator
Syncfusion Team
March 4, 2005 03:36 PM UTC
Thx.. ideally it should be part of Grid Designer... hope u must have considered this in your next release...
Thx again..