Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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!

2
Votes

Consider three records: TaskId 1 with an end date of April 5, and TaskIds 2 and 3 with end dates of April 17 and April 18, respectively. TaskId 3 is connected as both 2FS and 3FS.

Currently, when TaskId 1 is moved, TaskId 3 is moving, which is incorrect since TaskId 2 has the maximum end date.

The expected behavior is that only tasks with the maximum end date should trigger dependent tasks to move when they are adjusted.