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
Hello,
I reached out to you a few months ago
I attached a Blazor Server/.NET 8 application using both the IgbCard and IgbCategoryChart. Most issues stem from not assigning a height and width. I added styles to both pages above the component that you'll find. This should resolve both Blazor Server and WASM.The steps taken to build this app is located here:https://es.infragistics.com/products/ignite-ui-blazor/blazor/components/general-getting-startedhttps://es.infragistics.com/products/ignite-ui-blazor/blazor/components/general-getting-started-blazor-clientLet me know if you have any questions.Michael DiFilippoSoftware DeveloperInfragistics, Inc.BlazorApp5 (1).zip