How to drag an event to parent section

How to enable event to be moved to parent section. For example in this demo: https://docs.dhtmlx.com/scheduler/samples/06_timeline/03_tree.html

How to move Task A-12458 to Managers section (not any children but to Managers section).

If that is not possible, then is there a way to detect the event drop at parent section?

Hi @shyamal890

Please set the value of the folder_events_available property to true in the createTimelineView() method to have the possibility to specify events also for the folder (any level).

Here is the demo.

1 Like