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

Remove header separator bar from above vertical scrollbar

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris LaFrancis
Top achievements
Rank 1
Chris LaFrancis asked on 23 Mar 2010, 03:50 PM

I am using the latest radgrid with the web20 skin. My header row wraps some of the column names to 2 lines. I have scrollign turned on with static headers. Filtering is also turned on. There is a sperator line betweent he header text and the filtering text boxes. The line is not the same though above the scrollbar. It is only one line deep instead of 2 like the rest of the column headers.

Is there a way to turn off that line above the scrollbar?

I have included a screenshot of the grid I am working with.

Thank you for yor help.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 23 Mar 2010, 04:33 PM
Hi Chris,

This is an existing limitation in the RadGrid rendering - the background image at the top right is unable to expand together with the header row.

You can set

<telerik:RadGrid  CssClass="rgTwoLines" />

in order to switch the image with a higher one, which should match a two-lined header.

For cases in which the header row height is unknown, it is recommended to remove the top-right background image completely with

<telerik:RadGrid  CssClass="rgNoScrollImage" />


Sincerely yours,
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
Chris LaFrancis
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or