Drag & Drop from TreeView into Scheduler

Hi guys,

First of all, thank you for the great components. I’m new to this forum and the DHX products, so I’ve searched all over the place but I can’t seem to find the answer for my question.

Currently I’m asked to update an old application which uses old versions of Tree in combination with Scheduler. In this application the user can drag and drop events from Tree into the Scheduler. Reading the docs I noticed we’re adviced to use TreeView instead, although I can’t get the drag & drop from TreeView to Scheduler to work. Is it even possible? I managed to get drag & drop working inside TreeView itself, but that’s not what I need.

I’ve used attachEvent(“onExternalDragIn”) and logged a line in console, but there is no output at all when I drop something into the scheduler.

  • Can TreeView be used for dragging & dropping events from TreeView into Scheduler?
  • How? :wink:

You may use the solution similar to this one:
docs.dhtmlx.com/scheduler/sampl … _drag.html