AD
Administrator
Syncfusion Team
January 21, 2004 12:43 PM UTC
One comment is that ColWidths[0] is actually teh RowHeader column. It is not the first column from your datasource, ColWidths[1] is.
Also, you should set
this.grid.AllowResizeToFit = false;
otherwise, the grid will try to autosize things based on headertext and this can step on your explicit sizing.