Datagridshttp://forums.asp.net/t/322547.aspx/1?DatagridsThu, 28 Aug 2003 20:03:28 -0400322547322547http://forums.asp.net/p/322547/322547.aspx/1?DatagridsDatagrids How do you adjust the size of the individual columns of the datagrid? 2003-08-28T16:52:45-04:00322612http://forums.asp.net/p/322547/322612.aspx/1?Re+DatagridsRe: Datagrids In the designer or in code if you're adding the columns there. 2003-08-28T17:41:03-04:00323310http://forums.asp.net/p/322547/323310.aspx/1?Re+DatagridsRe: Datagrids If you're autogenerating the columns, you'll only be able to set them all to the same width. If you want them to all have different widths, you'll have to set up template columns for each column in your data source. Then you can adjust each column's width. 2003-08-28T20:01:26-04:00