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

Mixing Jquery versions

1 Answer 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jonatan
Top achievements
Rank 1
Jonatan asked on 19 May 2017, 07:51 AM

I am utilizing Kendo 2016.3.1028, and on my webpage I need to use som tools that utilize an older version of jquery than kendo is utilizing.

I import the older version of Jquery through a partial view, which also contains the code for the other tools.

Once I import the older jquery version, however, my kendo objects, stop working. 

My my treeview dataItems apparantly stop existing, and my tabPages stop switching etc. 

Is there a way to make my kendo objects "survive" the importation of another, older version of Jquery?

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 23 May 2017, 02:39 PM
Hello Jonatan,

Loading two versions of jQuery simultaneously is not supported nether by Kendo UI, nor by jQuery itself. Kendo UI version 2016.3.1028 supports jQuery versions going back to 1.10.x, as noted here:
Supported jQuery Versions

Your options are to:
  • Use a jQuery version supported by your current Kendo UI version and update the other libraries that depend on jQuery.
  • Downgrade Kendo UI to a version, which supports the older jQuery version that you need to use (based on the above-linked table).


Regards,
Tsvetina
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Jonatan
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or