Declined
Last Updated: 05 Jan 2022 13:16 by ADMIN
Maurice
Created on: 30 Dec 2021 20:54
Category: UI for Blazor
Type: Bug Report
0
initCheckBox was undefined

Hi,

I have found some evidence of a bug which I believe add to the portrait of this issue which has already been reported but declined. Could you please have a look at my recent comments and report it to follow on it (so it remains active)?

 

https://feedback.telerik.com/blazor/1532895-initcheckbox-was-undefined

 

Regards.

Maurice.

1 comment
ADMIN
Hristian Stefanov
Posted on: 05 Jan 2022 13:16

Hi Maurice,

The reported error occurs when there is a problem with the javascript file in a project. The next step I would suggest is to inspect the index.html file inside the wwwroot folder in your Client project. The js you should have referenced should look like this:

(static assets)

<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>

or 

(CDN)

<script src="https://blazor.cdn.telerik.com/blazor/2.30.0/telerik-blazor.min.js" defer></script>

Please make sure you have one of them. 

I have to mark the current thread here as "declined" because it is not really a bug in the component. I suggest also checking our article for such javascript errors:

Javascript Errors article

If, after applying the ideas from above, you still get the same errors, please send us a small project that shows the error. This will allow us to investigate further and suggest next steps.

Thank you.

Regards,
Hristian Stefanov
Progress Telerik

Learn about the important changes coming in UI for Blazor 3.0 in January 2022!