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

[Solved] Header background doesn't cover all height

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Olo
Top achievements
Rank 1
Olo asked on 01 Apr 2009, 08:14 AM
Hi,
I saw that header's background in my grid has some free, gray space.
I made print screen:
http://img167.imageshack.us/img167/7905/gridbugheader.jpg
Which css rules schould I rewrite and how?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 01 Apr 2009, 12:45 PM
Hi Olo,

It looks like you are using a custom RadGrid skin and that the header cells have a wrong background color set or no background color at all.

The CSS rule to change should look like this:

/* for RadGrid versions prior Q1 2009 */
.GridHeader_SkinName,
.ResizeHeader_SkinName
{
      background-image: ..... ;
      background-color: ..... ;
}

/* for RadGrid Q1 2009 and later */

.RadGrid_SkinName  .rgHeader,
.RadGrid_SkinName  th.rgResizeCol
{
      background-image: ..... ;
      background-color: ..... ;
}


If you still have troubles with this, please send us your custom skin.


Greetings,
Dimo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Olo
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or