Scheduler External Drag/Drop Events

I am using the latest version of Scheduler and am having trouble with external drag-drop.
When I drag an item from a dhtmlxTree onto a cell in the Scheduler I do not recieve notification of this event in all tab views.

In the Timeline view the ‘onCellDblClick’ event is triggered, but I do not seem to be recieving any events when in either the Day, Week or Month views.

I have tried scripting all of the attachEvent options including the ‘onExternalDragIn’ but still cannot find out which event is being triggered.

Does anyone know which event is triggered by an external drag/drop in these other views.

Thanks

Martin

If you have “create event by dbl-click” disabled ( scheduler.config.dblclick_create ) , creation events by dnd will not work as well.

Thanks for the quick reply.

We normally run with this option set to false, so will change it and modify existing code as necessary.

Martin