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

[Solved] Kendo Grid + AngularJS IE8 problem

1 Answer 157 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tomek
Top achievements
Rank 1
Tomek asked on 04 Feb 2015, 03:13 PM
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: <div ng-app="rawMaterial" ng-view></div>

1 Answer, 1 is accepted

Sort by
0
Tomek
Top achievements
Rank 1
answered on 05 Feb 2015, 10:10 AM
Ok, it was IE8 and AngularJS issue.  Corrected.
Tags
Grid
Asked by
Tomek
Top achievements
Rank 1
Answers by
Tomek
Top achievements
Rank 1
Share this question
or