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

[Solved] Formatting issue when scroll appears in RadGrid

1 Answer 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manishkumar
Top achievements
Rank 1
Manishkumar asked on 28 Apr 2009, 01:59 PM
Hi,

I have used Skin="Office2007" and I have set:

<

 

Scrolling ScrollHeight="200px" AllowScroll="true" UseStaticHeaders="True" SaveScrollPosition="true" />

 


The problem is that when the vertical scroll appears. In this case, the image just above the scroll does not matches with the height of the other columns in the header row.

Please let me know how can I increase the height of this image programmatically.

Thanks in advance,
Manish

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 29 Apr 2009, 10:44 AM
Hello Manishkumar,

If the RadGrid header is two lines high, then you can set CssClass="rgTwoLines" to RadGrid and the top-right image will be replaced by another one, which is designed for a two-line header.

Alternatively, you can remove the top-right image by setting CssClass="rgNoScrollImage" to RadGrid.

The above CSS classes work in Q1 2009. For earlier versions, you can use the .GridHeaderDiv_SkinName CSS class and replace or remove the embedded background image.

Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Manishkumar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or