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

Hello Syncfusion Team,

I am attempting to create dependencies between tasks when RowVirtualization is enabled. If I create the dependency between two tasks and then scroll down so that the tasks are no longer within the viewport, then scroll back to the top, the dependency line gets visually glitched, and the predecessors column becomes empty (Note that I created a dependency between the first and second task, and the dependency line tries pointing somewhere at the bottom of the Gantt, which is not the expected behaviour). When I remove RowVirtualization, the dependencies seem to work as expected.

Thank you!