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

Angular - Kendo embedded jquery overwriting my own jquery version

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ST
Top achievements
Rank 1
ST asked on 23 Oct 2019, 09:48 AM

Hi,

I'm currently trying out Telerik reporting with Angular and see if it fits best with our .Net Core project. When I tried to add TelerikReportingModule in the app.module file, the existing jquery functions all became undefined. Then I noticed our supposed to be jquery version was overwritten by kendo's version of jquery. Is there a way we cpuld disable this and still be able to use the Telerik Reporting?

Found this link but I couldn't find anything similar for angular / .net core.

 

Thank you!

 

 

 

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 28 Oct 2019, 08:27 AM

Hello ST,

Telerik Reporting Angular Viewer is a wrapper of the pure Html5 Report Viewer that is a jQuery widget for displaying Telerik Reports. jQuery of version at least 1.9.1 is a must - Requirements.

We are aware of a problem that is similar to the described one. Here is the solution that worked for the previous cases we encountered - they were related to SignalR in an Angular application using Telerik Reporting. You need to remove the following code from the specified report viewer files:

 - dependencies\telerikReportViewer.kendo.min.js
 - dependencies\telerikReportViewer.js
 - cjs\telerik-report-viewer.component.js
 - es\telerik-report-viewer.component.js.
window.jQuery = jQuery;
window.$ = jQuery;

Regards,
Todor
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
ST
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or