Hi,
I am using Telerik Reporting with my asp.net mvc application, I developed a report in a separate library and browsed it with reportviewer sample successfully. But when I wanted to load the reportviewer page as a part of my _Layout page it didn't displayed, when I browsed to the console I found the bellow error :
Uncaught ReferenceError: jQuery is not defined
at telerikReportViewer.kendo-12.0.18.117.min.js:2
at telerikReportViewer.kendo-12.0.18.117.min.js:2
I found that my _Layout page is using a newer jQuery version rather than report viewer. I cannot change the version of jQuery in the _Layout page as every thing is going puzzled, what are the ways to fix this problem?
My _Layout page jQuery version is: jQuery v2.2.4