I create a grid with scrolbars. The grid datasource is ObjectDataSource. If the grid has 5 columns, is it possible to set these columns with different width size?
Yes, in the designer under the Format tab of the Property builder you can set each column's width
or in code
C1WebGrid1.Columns(1).ItemStyle.Width = 300
regards,Greg L