Angular Gantt Chart different Tasks in same one row
Asked by Bcos
6 years ago.
Hi greeting,
How to config to have different task in same 1 row in Gantt Chart.
In scheduler have this feature but cannot link each Event like Gantt Chart. https://builder.daypilot.org/scheduler
Or is the any way to link event in Scheduler like Gantt Chart? https://builder.daypilot.org/gantt
Thank you
Answer posted by Dan Letecky [DayPilot]
6 years ago.
Only the Scheduler component can display multiple events/task in the same row.
But it supports event links as well:
https://javascript.daypilot.org/demo/scheduler/eventlinks.html
Comment posted by Adam
6 years ago.
Hi Dan,
Can the scheduler event link show 2 dot point (front and end of each event) to be manual linking like Gantt chart?
Thank you
Comment posted by Dan Letecky [DayPilot]
6 years ago.
You can enable event creating using linkCreateHandling property:
config = {
// ...
linkCreateHandling: "Update"
}
See also:
https://api.daypilot.org/daypilot-scheduler-linkcreatehandling/
Comment posted by CC
6 years ago.
Hi Dan,
How to enable contextMenuLink config on event link using contextMenuLink.
I want to have right click delete option on those event linking
but I got error:
'contextMenuLink' does not exist in type 'SchedulerConfig'
Thank you
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.