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

Whitespace between the header and the content in IE7

1 Answer 20 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 01 Nov 2010, 11:16 PM
   Can anybody suggest a solution or workaround to this issue - Whitespace between the header and the content in IE7? It appears in the static header mode when the amount of rows is high (200 rows or so). It looks fine in IE8 or FF or Safari. The problem seems to pertain to the client RadGrid functionality which sets the Y offset incorrectly for the content table. It happens when the mouse cursor is lingered over the content table or when it's clicked on the content table.

Thank you,
Alex

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Nov 2010, 02:00 PM
Hi Alex,

We have come across such an issue in the past and it was due to a browser rendering bug related to hasLayout. Try using this CSS rule and send us a simple demo if it does not work:

div,
table
{
      zoom: 1 ; 
}

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
Alexander
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or