Rank: Newbie Groups: Member
Joined: 2/26/2013 Posts: 7
|
Hello,
is there a way to set a different ColumnHeaderStyle per column? I have (static) text columns which are aligned left, and (static) number columns which are aligned right. I want to have the column header texts aligned accordingly.
So far I understood that the ColumnHeaderStyle is "one for all" ... ? Thanks for any information, Thilo
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Yes. You understood it correctly. The column header style is one for all. If you want each column header to appear differently, you can use different HTML text for the header. For example, if you set the column header text to <span style="color:red;">column1</span>, then the column header text "column1" will be red.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 2/26/2013 Posts: 7
|
Great - that works! Thanks, Thilo
|