I use AngularJS and Kendo controls with app which sadly must support IE8. Of course, there is a problem with unrecognized by IE8 JS functions (as indexOf etc.), but I have defined them with the code from this topic: http://stackoverflow.com/questions/26978533/angularjs-1-3-page-wont-load-in-ie8
But even so, when it comes to initialization of Kendo Grid, I receive this error:
Type error: Object doesn't support property or method "split" <div class=ng-scope ng-view ng-app="rawMaterial">
{
description: "Object doesn't support property or method "split"",
message: " Object doesn't support property or method "split"",
name: "TypeError",
number: -2146827850
}
"<div class=ng-scope ng-view ng-app="rawMaterial">"
The div, which calls the module, looks like this:
But even so, when it comes to initialization of Kendo Grid, I receive this error:
Type error: Object doesn't support property or method "split" <div class=ng-scope ng-view ng-app="rawMaterial">
{
description: "Object doesn't support property or method "split"",
message: " Object doesn't support property or method "split"",
name: "TypeError",
number: -2146827850
}
"<div class=ng-scope ng-view ng-app="rawMaterial">"
The div, which calls the module, looks like this:
<div ng-app="rawMaterial" ng-view></div>