Hello!
I’m trying out the Gantt chart in my Balzor server app with .Net 9.
The chart will not render and also the Smart.Blazor.Buttons on the page will not render, so i am guessing there is some prerequisites for the smart framework that i have missed.
In your example project it works fine, but not when i move the pages and code over to my app. The page does not crash, it just don’t render the components.
I have done this:
Copied all code from the page GantResourceManagementPage to my page.
Copied CodeView.razor and Example.razor into my project as it looks like they are needed.
Any ideas?