Is it possible use the mouse (drag and drop) to create a dependency on the gantt chart?
The links in the post have been corrected so that you can download the video and example.
Hi Adeyinka,
Sorry for the inconvenience, I corrected the links so you should be able to download the sample and video attached in Georgi's post.
Regards
HI
Where can I find this video/example? It appears to be missing and topic sound like what I am looking for?
Thanks there is no exception now.
Hi,
Thanks for the video. Could you please tr to extend the IF condition. For example:
if (newTask != startTask && newTask != null && startTask != null) newTask.Dependencies.Add(startTask, TaskDependencyType.FinishToStart);
Let me know if you have any questions.