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

Popup editor blank in IE

0 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 03 Oct 2012, 09:36 PM
Using latest kendo.

I have a grid with the default modal popup editor. The form won't display in ie8 unless compatibility view is turned on (just a blank dimmed out screen).

Edit.
After some tinkering, this makes the popup visible in IE8 without compatibility mode.

div.k-window-content
{
    position: static;

}

div.k-window
{
    display: table;


}

Any ideas on what is going on here?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Marc
Top achievements
Rank 1
Share this question
or