I have a .Net 6 Blazor server side project that uses the Telerik Reporting and I'm trying to upgrade it to work with Blazor 3.0.0. When I use it with the latest Bootstrap theme by loading <link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@latest/dist/all.css" /> in my _Layouts.cshtml file the export functionality does not work. I followed the link to this theme and it is version 5.1.1. I went through the example of using the report viewer and I noticed that in the page configured with the report viewer that a stylesheet of <link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@4.26.0/dist/all.css" /> is being loaded. I went to the Bootstrap website and noticed that when going from version 4 to version 5 that jQuery has been replaced by JavaScript by default. Since the report viewer is using jQuery is this the problem?
The export functionality works when using the 4.26.0 version but it also changes the theme from the one loaded in the _Layouts.cshtml file.
Please advise how to resolve this issue.
Thanks in advance.
Carl
Hi Carl,
Thank you for reporting this issue to us. I was able to reproduce it and for that reason, I logged it into our system - Can't export with the latest version of Kendo Theme. As a token of gratitude, I updated your Telerik points. We will do our best to make compatible our report viewer and the latest Kendo theme in some of the upcoming releases.