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?
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?