I tried exactly how https://blazor.syncfusion.com/documentation/common/how-to/add-blazor-component-on-existing-aspnet-core-mvc-app guides, I can make an SfGrid in .NET MVC correctly. So, I then tried to migrate the Kanboard in Blazor by myself. I copied this code https://blazor.syncfusion.com/documentation/kanban/getting-started, and did what I did for SfGrid, I end up seeing a messy page, but words and data are correct, so it is a problem of rendering. Is there any way to solve the problem?
Thanks a lot for the sample, I tried locally and works fine. I then added scheduler to the file, the kanboard works fine, but the scheduler doesn't. I have included my changed codes here, the scheduler is in the Privacy page.