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!
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!