This is a migrated thread and some comments may be shown as answers.

How to set ExpandCollapseColumn-HeaderStyle-CssClass?

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ping Guan
Top achievements
Rank 1
Ping Guan asked on 04 Nov 2010, 12:58 AM

Dear Telerik Support:

I tried to set ExpandCollapseColumn-HeaderStyle-CssClass

 

="myTestCss" for example,
however, the column background color never changed. It always show Officew007 backgroup color. 
The version of telerik control I am using is: RadControls for ASPNET AJAX Q1 2009
The skin of grid is: Office2007

Thanks,

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 05 Nov 2010, 10:58 AM
Hello Ping,

I am afraid the GridExpandColumn does not allow custom CSS classes to be set currently. However, you can use the column's native header CSS class, for example:

div.RadGrid_Office2007  th.rgExpandCol
{
      background:none red;
}

Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Ping Guan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or