Hi
I am successfully header properties in the code behind using this code ...
EXCEPT for the horizontal align which is ignored in favour of the default left align .
I see there was a comment that this was fixed in Jan 2008 but it still does not seem to work
correctly?.
I am using 2008.3 download 11 december 2008.
Has there been a fix in a subsequent release? Is there some other way to do it?
Some column headers are still left aligned so a blanket setting does not work.
Thanks
Clive
I am successfully header properties in the code behind using this code ...
If e.Column.UniqueName = "Format" Then |
e.Column.HeaderText = "Size" |
e.Column.HeaderStyle.Width = Unit.Pixel(60) |
e.Column.ItemStyle.HorizontalAlign = HorizontalAlign.Right |
End If |
I see there was a comment that this was fixed in Jan 2008 but it still does not seem to work
correctly?.
I am using 2008.3 download 11 december 2008.
Has there been a fix in a subsequent release? Is there some other way to do it?
Some column headers are still left aligned so a blanket setting does not work.
Thanks
Clive