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?