All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hi,
When migrating a WebAssembly Blazor App, this error happens:
Could not find 'TelerikBlazor.initMediaQuery' ('TelerikBlazor' was undefined).
Thanks,
The Telerik Blazor Js reference was missing:
<script src="_framework/blazor.webassembly.js"></script> <script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"></script>
#jefferson2020
Hi Jefferson,
I'm happy to see you quickly found the solution on your own.
Thank you for sharing it here, publicly, so other developers can benefit from it.
Kind Regards,
Hristian
Thanks for posting this as this resolved the same issue that we had too!
Regards,
Jonathan