AD
Administrator
Syncfusion Team
March 23, 2004 05:29 AM UTC
If you want to explicitly set the column sizes initialy, then also try setting
this.grid.AllowResizeToFit = false;
When this property is true, the grid will try to autosize the columns based on the header content. This will interfere with explicit sizing if you do not turn it off.