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

Grid demo has bugs in IE8 or IE9 Compatibility View

1 Answer 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Drew
Top achievements
Rank 1
Drew asked on 22 Feb 2012, 04:38 PM
The Grid "basic usage" demo has bugs in IE8 or IE9 Compatibility View.  Specifically:
  • The column headers are blank and no text is visible
  • The paging control only shows one page, while the demo normally shows 5 pages
See the attached screenshot for more details.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Feb 2012, 12:31 PM
Hello Drew,

Thanks for noting this. We are aware of the issue and it is now fixed. The problem is caused by the following CSS rule in examples.css:

#example [href*=index]
{
      visibility: hidden;
}

The above should be changed to:

#device-wrapper [href*=index]
{
    visibility: hidden;
}

By the way, the problem is observed only in a real IE7 browser on our side, not in compatibility mode.

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Drew
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or