Completed
Last Updated: 17 Jun 2022 08:49 by Thod
Release R1 2022 SP1
Carl
Created on: 01 Feb 2022 12:50
Type: Bug Report
7
Can't export with latest version of Kendo Theme

When using the latest version of the Kendo Default Theme:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@latest/dist/all.css" />

the export in the Blazor Report viewer does not work.

Meanwhile,  you can reference the older kendo CSS styles directly in the view with the ReportViewer. You may leave the new styles referenced on the layout page.  It works with:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@4.26.0/dist/all.css" />

8 comments
Thod
Posted on: 17 Jun 2022 08:49

Thank you Greg!

 

I changed to JQuery 3.6.0 and it works!!!

 

Thod

Greg
Posted on: 10 Jun 2022 17:38

Thod,

Check and experiment with the versions of all the css and js imports in _Host.cshtml

In my case this problem was not just from the version of kendo theme. It was the combination of incompatible versions of jquery, kendo theme css, and kendo js that broke things.

For me, the following versions solved the problem:

<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/3.3.0/kendo-theme-default/all.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2022.1.301/js/kendo.all.min.js"></script>

Greg

Thod
Posted on: 10 Jun 2022 17:14

Hi.

 

I am using your own blazor report viewer example CSharp.Net5.BlazorIntegrationDemo with the latest nugget packages and it doesn't work.

 

Thank you!

ADMIN
Dimitar
Posted on: 25 May 2022 13:22

Hello,

We have been unable to reproduce the described problem with any of the following versions:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@latest/dist/all.css" /> // 5.4.1
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@5.0.1/dist/all.css" />
<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/3.3.0/kendo-theme-default/all.css" /> 

For any that still have issues, please open a support ticket or a forum thread with a runnable project that demonstrates the issue.

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Thod
Posted on: 20 May 2022 17:30

Hi,

I have updated both Telerik Reporting and Blazor UI to latest versions and the export button still doesn't work.


Greg
Posted on: 19 May 2022 20:21

This problem does not appear to be resolved in TelerikĀ® Reporting R2 2022 (16.1.22.511).

I am using that version along with the latest Blazor UI version and have this exact problem: Specify an exact version of kendo theme and the export submenu appears and the export works. Specify "latest" and they do not appear/work.

ADMIN
Dimitar
Posted on: 17 May 2022 09:15

Hello,

The issue should be resolved with the latest release - ProgressĀ® TelerikĀ® Reporting R2 2022 (16.1.22.511).

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Thod
Posted on: 10 May 2022 15:00

Hi, I am using Telerik Reporting R1 2022 SP1  16.0.22.225 and Telerik UI for Blazor 3.2.0 and still the export button on Report Viewer doesn't work.