Using both jQuery 3.3.5 and kendo 2019.1.115 breaks DropDownTree wrapper

1 Answer 141 Views
DropDownTree wrapper
Vincent
Top achievements
Rank 3
Iron
Iron
Iron
Vincent asked on 22 Oct 2021, 01:23 PM

I've basically took the example stackblitz from the dropdowntree wrapper:
https://www.telerik.com/kendo-vue-ui/components/dropdowntree-wrapper/checkboxes/

 

And I added:

<script src="https://kendo.cdn.telerik.com/2019.1.115/js/kendo.all.min.js"></script>

and 

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

https://stackblitz.com/edit/8ahikr?file=public%2Findex.html

Unfortunately, due to constraints, I can't upgrade the kendo.all.min.js bundle to 2021, or downgrade the jQuery version to 1.12.1


Is there a Kendo DropDownTree npm package version that works with both jQuery 3.5.1 and 2019.1.115 kendo.all.min.js? Or is this a bug that can be fixed?

Thanks in advance

1 Answer, 1 is accepted

Sort by
2
Accepted
Petar
Telerik team
answered on 25 Oct 2021, 06:14 AM

Hi Vincent,

The reported behavior is an expected one. Here is a list of the different Kendo UI for jQuery versions and the versions of jQuery they support.

For version  2019.1.115, you will see the below:

The reported behavior is not a bug as at the time the 2019.1.115 version was released, jQuery 3.5.1 was not available and thus the Kendo UI is not compatible with it. 

To give you an exact answer, there is no NPM package that supports the 2019.1.115 version of kendo.all.min.js and jQuery 3.5.1.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Vincent
Top achievements
Rank 3
Iron
Iron
Iron
commented on 28 Oct 2021, 10:22 AM

Hi Petar, thanks for your answer, that clears up alot. 

I ended up upgrading the kendo version to solve the conflict

Petar
Telerik team
commented on 28 Oct 2021, 10:34 AM

Hi Vincent,

I am happy to hear that you've managed to resolve the issue! One thing we always recommend is to use the latest possible versions of our packages.

Tags
DropDownTree wrapper
Asked by
Vincent
Top achievements
Rank 3
Iron
Iron
Iron
Answers by
Petar
Telerik team
Share this question
or