Our state of the art Gantt chart


Post by amitcodeadda »

Hi team,

I want to delete dependency by custom pop up in ReactJS gantt chart . Is there any function please let me know?


Post by tasnim »

Hi,
You can check this https://bryntum.com/docs/gantt/api/Scheduler/feature/DependencyEdit#event-beforeDependencyDelete event

Here is an example of how you can achieve that :

beforeDependencyDelete() {
	// show popup below
}

If you have any other questions please don't hesitate to ask.


Post by amitcodeadda »

Its work's Thanks Tasnim


Post Reply