Hi, I have this warning. I have license, but kendo-ui-license might not be applied correctly.
I added kendo-ui-license.js file to the Scripts folder.
In every file that has "<script src="Scripts/kendo-ui-license.js"></script>" I added string with the path to the license file like on the picture.
I've tried removing yarn.lock and node modules and installing dependancies again. That did not help as well.
After I added all that I had this error. I fixed it but license still doesn't apply.
Thank you for help,
Svetlana
Hi
To successfulyl activate the license you need to follow the next steps:
1. Download a license file
2. Add the license file to your application
3. Add a Reference or Import the License File
Detailed information you can find in the following article:
At step 3, please ensure the "kendo-ui-license.js" file is loaded after the "kendo.all.js".
Please let me know if this resolves the situation.
Regards,
Nikolay
Nikolay, we don't have "kendo.all.js" file. We have only "kendo.all.min.js" and "kendo.all.new.min.js"
--Svetlana
Hi Svetlana,
The 'kendo.all.min.js' is the minified version of the 'kendo.all.js' and both will do the same job.
Also, did you try adding the Kendo using a CDN? For example:
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://kendo.cdn.telerik.com/2023.2.718/js/angular.min.js"></script> <script src="https://kendo.cdn.telerik.com/2023.2.718/js/jszip.min.js"></script> <script src="https://kendo.cdn.telerik.com/2023.2.718/js/kendo.all.min.js"></script> <script src="./kendo-ui-license.js"></script>
Regards,
Nikolay