Skip to content

License banner and watermark appear when referencing the kendo scripts as module #8158

@IvanDanchev

Description

@IvanDanchev

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

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions