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

RadGrid UseHeaders image alignment problem.

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sreenivas
Top achievements
Rank 1
Sreenivas asked on 11 Feb 2009, 03:19 PM
Hi,
I am  using TelerikRadGrid. Having problem when I use "UseStaticHeaders = 'True'".

Problem is, I want the Grid to have fixed header and footer, so that user can see the header text when scrolling appears.
Also, I have to change the background color of the header to our requirements. Now the problem comes. I can see a box above the vertical scroll bar and beside the last column header. How to remove this?.

I am taking RadGridWith as X and Mastertable width as X-17.

Attached demo project. Please make Grid.aspx as your startup page.

Thanks,
Sreenivas

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Feb 2009, 01:06 PM
Hello Sreenivas,

Please remove the background image from the top-right RadGrid corner like this:

div.GridHeaderDiv_SkinName
{
      background-image: none;
}

You can change the background color of that empty space by using the same CSS selector.

Sincerely yours,
Dimo
the Telerik team

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