http://stackoverflow.com/questions/38478493/cannot-read-property-wrapper-of-undefined-with-kendo-angular.
Note: why wrapper undefined error in kendo.
3 Answers, 1 is accepted
The partial information provided is insufficient for a conclusive answer, however, I would suggest a couple of things:
1) Use the recommended AngularJS version 1.3.0 for Kendo UI 2014.3.1119 (Q3 2014). Documentation reference is available at:
http://docs.telerik.com/kendo-ui/intro/installation/prerequisites#angularjs
2) The warning in the console suggests that there may be a duplicate inclusion of AngularJS. Could you please check if this is the case (possibly from the layout files or erroneously included in a partial) and rectify.
Otherwise, please provide further information - the Kendo UI/AngularJS related code so I can examine it locally and assist further. If possible, you may send an isolated runnable sample of the project. An article explaining what we need is available at:
http://www.telerik.com/blogs/isolating-a-problem-in-a-sample-project
Look forward to hearing back from you.
Regards,
Alex
Telerik by Progress
Because of some security purpose , i am unable to do the sample project.When i use the upgrade version, the error is gone. thanks for the support.
<script src="//kendo.cdn.telerik.com/2016.2.714/js/jquery.min.js"></script>
<script src="https://code.angularjs.org/1.3.8/angular.js"></script>
<script src="//kendo.cdn.telerik.com/2016.2.714/js/kendo.all.min.js"></script>
<script src="https://code.angularjs.org/1.3.8/angular-sanitize.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.3.1/angular-ui-router.js"></script>
This is my script order mentioned in the layout file ,
I am getting new error , while click through any events in angular routing .
The Kendo UI directives require jQuery to be available before AngularJS with Kendo grid in routing template.
Note: why refresh the page , i am not getting any error. Grid is render in then UI.
While click through any events with angular routing , kendo js is loaded before angular why.
Refer more :
http://stackoverflow.com/questions/38611672/the-kendo-ui-directives-require-jquery-to-be-available-before-angularjs-with-ken
Let's continue the discussion for this issue in ticket 1053455 to avoid duplication.
Regards,
T. Tsonev
Telerik by Progress