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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

sfscheduler-first-pageload.png


After every consecutive loading of the page, while the process is still running, the appointments get rendered correctly:

sfscheduler-second-pageload.png


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.