Thanks Gazzer,
I was actually looking for a way to do this in the HTML in my <Columns> tag. I thought that using a Template Column would be the best way, but I can't find any decent sites showing how to set it up the way I want. Currently the column looks like this :
<asp:BoundColumn DataField="InceptTime" HeaderText="InceptTime" SortExpression="InceptTime" />
Basically, I want to find some way of setting the width of this column.
Cheers,
Mike