kendo-2023-1-314-Individual scripts

1 Answer 135 Views
Charts General Discussions
Farhin
Top achievements
Rank 1
Farhin asked on 23 Mar 2023, 05:47 AM

Hi,

I have a licensed kendo 2019 version in my application. Since Kendo provides individual scripts to include rather than the entire library ,I have the required  Chart Scripts in my ASP.NET MVC application.

I have upgraded the version from 2019 to the latest 2023.1.314. The 2023 upgrade includes a lot of breaking changes that includes a bunch of individual .js files. In summary, now it only needs to have:

  • Theme based css (default-main.css)
  • Jquery (The current version in my application is 3.6.4)
  • kendo.all.min.js

Including the above 3 works as expected. However ,when using just the individual scripts for charts rather than the whole set of library which is a huge file, the kendo.drawing.js file breaks .Attachment includes the snapshot for the error.

So the question is, with the 2023 upgrade, Do I have to use kendo.all.min.js rather than using the individual scripts for just the components I have?

1 Answer, 1 is accepted

Sort by
1
Accepted
Martin
Telerik team
answered on 27 Mar 2023, 02:35 PM

Hello, Farhin,

It appears that the list with the required Chart Scripts is missing a few js files. Here you will find what is needed for the Chart to be initialized without errors. We will add the missing files in the documentation as well.

In the future, if you wish to double check which scripts are required to use specific components, you can go to our Custom Download Tool.

Regards,
Martin
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/.

Farhin
Top achievements
Rank 1
commented on 28 Mar 2023, 05:39 AM

Thanks Martin for the clarification.
Tags
Charts General Discussions
Asked by
Farhin
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or