Completed
Last Updated: 26 Feb 2025 17:52 by ADMIN
Release 2025 Q2 (May)
Zac
Created on: 24 Feb 2025 17:03
Category: PDFViewer
Type: Bug Report
0
License banner and watermark appear when referencing the kendo scripts as module

Bug report

When the kendo js references are rendered as module, the licensing banner and watermark appear, even when a valid license license key has been installed.

Reproduction of the problem

<link href="https://kendo.cdn.telerik.com/themes/10.2.0/default/default-ocean-blue.css" rel="stylesheet" type="text/css" />
    
<script src="https://code.jquery.com/jquery-3.7.1.min.js" type="module"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.8.69/pdf.mjs" type="module"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.8.69/pdf.worker.mjs" type="module"></script>
<script src="https://cdn.kendostatic.com/2025.1.211/js/kendo.all.min.js" type="module"></script>
<script src="https://cdn.kendostatic.com/2025.1.211/js/kendo.aspnetmvc.min.js" type="module"></script>

Expected

No banner and watermark appears.

Actual

A banner and a watermark appears.

Workaround: reference a js file containing your script key after the kendo js files:

<script src="~/Scripts/telerik-license.js" type="module"></script>

Environment

**Kendo UI version: 2025.1.211
**Browser: [all]

0 comments