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

Kenod Wrapper undefined with angular happen in Html5mode routing.

3 Answers 217 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sahir
Top achievements
Rank 1
Sahir asked on 21 Jul 2016, 08:22 AM

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

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 25 Jul 2016, 11:06 AM
Hello Sahir,

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
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
0
Sahir
Top achievements
Rank 1
answered on 27 Jul 2016, 11:49 AM

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

 

 

 

0
T. Tsonev
Telerik team
answered on 29 Jul 2016, 03:13 PM
Hello,

Let's continue the discussion for this issue in ticket 1053455 to avoid duplication.

Regards,
T. Tsonev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
General Discussions
Asked by
Sahir
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Sahir
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or