I have reproduced the official example from Syncfusion documentation. In the example provided by the documentation, when a task with a finish-to-start (FS) predecessor is converted into a milestone (i.e., duration becomes 0), the milestone date correctly updates to align with the predecessor task’s end date.
However, in my local implementation, this expected behavior does not occur. When I convert the dependent task into a milestone, its date does not adjust based on the predecessor. Instead, the date remains unchanged.
To clarify:
-
The dependency link is correctly defined.
-
The milestone transformation works visually, but the date does not update.
-
The same code works in documentation examples but not in my environment.
Attachment:
Screenshot_20251211_at_01.27.05_bd8f1824.png