Hello Forum,
I have a problem with kendo windows in ie 11 if the (in)compatibility mode is enabled.
If the user has enabled this annoying mode (default is on for all intranet pages :(, who has decided this crap?) I show the a dialog with a link to a page, how to deactivate this, because the complete webside is not working correct in this mode.
This worked without problems until I upgraded to Kendo for MVC 2017 R2 SP1.
If I try to create a kendo window in javascript with this code:
var
kendoWindow = $(
"<div />"
).kendoWindow(
{
title: headline,
resizable:
false
,
modal:
true
,
width:
"500px"
});
I get a Javascript exception:
Unhandled exception at line 46, column 7165 in http://localhost:3364/Scripts/kendo/2017.2.621/kendo.all.min.js
0x800a01b6 - Runtimeerror in JavaScript: The Object has no Property or Method "indexOf".
I tried different Demo code from the telerik demo page (also as MVC directive) but got always the same error.
Has anyone else seen this behaviour and found a solution for this? For now I have to switch to a simple javascript alert.
Greetings
Thomas