JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Gantt › Is there an event that fires when a connection is removed? › Reply To: Is there an event that fires when a connection is removed?
Just for info I have managed to work around this by calling getConnections
during the opening
event and caching the results, and then when the itemRemove
event fires, looking back in the cache to find the item with the provided connection id. This does allow me to then identify the tasks that were linked by the connection. It would be great if this data were available automatically however: the full information returned by getConnectionDetails
should be available in the itemRemove
event (including the startTask
and endTask
objects) rather than just the limited information currently available.