Rank: Newbie Groups: Member
Joined: 11/12/2013 Posts: 1
|
Hi,
I currently have an requirement to show few column header in one color and other in different colors , in a grid . I tried few options but whatever i do its reflecting for all column headers. Please let me know if any option is available.
Thanks Deep
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You would just use HTML in the GridColumn's HeaderText. For example, you can set HeaderText to <div style="background-color:blue">header</div> instead of just "header" to give the header blue background color. You may also need to set the div's height. However do not set its width otherwise when you resize the column the div won't cover the whole column header.
Thanks!
|