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

[Solved] RadGrid is not Showing in IE7

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raju Kumar
Top achievements
Rank 1
Raju Kumar asked on 09 May 2008, 11:21 AM
Hi,
  I have a aspx page with three RadGrid. For some reason only the first RadGrid is showing on the page, the other two RadGrid is not showing.
This is happening only in IE7, in IE6 everything is fine. Can you please assist me in this issue.

Thanks
Raju.   

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 09 May 2008, 11:33 AM
Hello Raju,

I have two hints for you:

1) Make sure you are not using some height:1% or height:1px CSS hacks, which might hide some content on your web page - this was a common problem when IE7 was released.

2) Try adding a zoom:1 style to the invisible RadGrids or their containers, for example:

<telerik:RadGrid style="zoom:1" />

<div style="zoom:1"> .... <telerik:RadGrid /> ..... </div>


If neither of the above helps, please send us a live URL to look at or a working project, which reproduces the issue. It should be easy to fix.


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Raju Kumar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or