Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm observing a strange issue when running the Blazor app from the IDE.
No matter if I run this as Debug or Release, with or without debugger:
Events in the scheduler don't render appropiately on the first page load.
Instead, they are tagged as display: none. I guess there must be an issue with how the position get calculated.
Here's what's getting renderd on the first load after starting from the IDE:
After every consecutive loading of the page, while the process is still running, the appointments get rendered correctly:
The code is quiet lengthy, so I won't post the whole thing for now.
If there's anything specific you need, please let me know.