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

white space below header in radgrid

3 Answers 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Isabel
Top achievements
Rank 1
Isabel asked on 17 Aug 2010, 01:40 PM
I used in RadGrid:

<

 

Scrolling AllowScroll="True" FrozenColumnsCount="3" UseStaticHeaders="true" SaveScrollPosition="true"/>

 

 

<Resizing AllowColumnResize ="false" EnableRealTimeResize ="true" ClipCellContentOnResize ="true" ResizeGridOnColumnResize="true" />
in IE8 and Firefox, but I have white space below header.
Please suggest the solution.

Regards,
Isabel

 

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Aug 2010, 03:49 PM
Hello Isabel,

The problem you are facing could be caused by HorizontalAlign="Center" property of the RadGrid control. If you use this property, please remove it from your grid declaration and let me know if the issue still persists. However, if you need horizontal align to be center, you can use HeaderStyle/ItemStyle HorizontalAlign properties to achieve the desired result.

Give this suggestion a try and let me know about the result.

Kind regards,
Pavlina
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
0
Isabel
Top achievements
Rank 1
answered on 18 Aug 2010, 07:19 AM

Thank you for reply.
I haven't any declaration of align - not for header, not for items.
According yours suggestion I make like this:

<HeaderStyle HorizontalAlign ="Left" />

in MasterTableView and I have had end result like in attach file - no change, white space below header stayed on.
When I switch off scrolling, white space disappear. The same was when I had switched off "UseStaticHeaders"

 

 

Any suggestion?

With Regards
Isabel

 

 

 

0
Pavlina
Telerik team
answered on 18 Aug 2010, 12:11 PM
Hello Isabel,

Try to set ScrollHeight property which is applied to the scrollable container directly and the RadGrid control occupies as much vertical space as it needs to accommodate the elements, which are outside the scrollable container. Review the following help article for more information:
http://www.telerik.com/help/aspnet-ajax/height-vs-scrollheight.html

Give this suggestion a try and let me know if it helps.

Greetings,
Pavlina
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
Isabel
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Isabel
Top achievements
Rank 1
Share this question
or