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

[Solved] Kendo UI does not work with jQuery-2.1.1

5 Answers 159 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lilan
Top achievements
Rank 2
Lilan asked on 01 Mar 2015, 08:04 PM
Hello, 

If i explain technologies currently using in my recent project is jQuery-2.1.1, AngularJs 1.3.12 and Kendo UI v2014.3.1316. I have used grid, dropdownlist, datetimepicker from the kendo UI. but any of these components are not working in any forms except kendo grid.  following was my configurations. 

Please advice how to fix this...

//HTML
<input type="text" name="DTEndDate"
kendo-date-picker
k-format="'MMMM yyyy'"
k-options="monthSelectorOptions">

<!-- KENDO CSS-->

<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.common.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.default.min.css" />
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.dataviz.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.dataviz.default.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.metro.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.dataviz.metro.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.default.mobile.min.css" />

<!--//Kendo-->
<script src="assets/libs/kendo/2014.3.1316/js/kendo.all.min.js"></script>
<script src="assets/libs/kendo/2014.3.1316/js/kendo.aspnetmvc.min.js"></script>
<script src="assets/libs/kendo/2014.3.1316/js/kendo.timezones.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
















5 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 03 Mar 2015, 01:38 PM
Hi Lilan,

Our grid + angular example seems to work as expected - what am I missing?

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Lilan
Top achievements
Rank 2
answered on 04 Mar 2015, 05:43 AM
Well, Actually it was worked with jQuery 2.1.1 once i added below configuration 

<script src="assets/libs/kendo/2014.3.1316/js/angular-kendo.min.js"></script>

and added it to module. 

Thanks a lot for the help...

Regards, 
Lilan
0
Petyo
Telerik team
answered on 05 Mar 2015, 01:05 PM
Hi,

angular-kendo.min.js is a legacy, unsupported script, which is not been maintained for several releases. In fact, it is not part of the 2014.3.1316 release. I would strongly recommend that you investigate your setup in more details - you should not use it, nor need it. Please refer to the previous example for a working version, if needed.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Lilan
Top achievements
Rank 2
answered on 06 Mar 2015, 03:46 AM
Hi, 

Can you share the working sample of jQuery 2.1.1 and angularJs 1.3.12?

Thanks 
Lilan
0
Petyo
Telerik team
answered on 09 Mar 2015, 04:58 PM
Hello Lilan,

The dojo example I posted previously is freely editable/fork-able; feel free to modify it accordingly and link to the resources you have in mind. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Lilan
Top achievements
Rank 2
Answers by
Petyo
Telerik team
Lilan
Top achievements
Rank 2
Share this question
or