Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
0
Blazor 8 support?
posted

Greetings,

is IgniteUI.Blazor supported on net8.0?

I am having big trouble getting it to work, I see that Ignite uses legacy initializers, and I have allowed legacy initializers using:

<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>
<script src="_framework/blazor.web.js" autostart="false"></script>
<script>
  Blazor.start({ enableClassicInitializers: true });
</script>


But it does not help, simply nothing is shown in charts except empty container divs and nothing is in logs. If net8.0 is supported, can you please post a working sample of cards and single series category chart for both server interactive and client side? I should be able to work from there for everything else. 

Thanks

Parents
No Data
Reply Children
No Data