I am using scheduler 5.3.9 and dhx.List. I’m trying to drag list item to scheduler.
I have set scheduler.config.drag_create = true;
List integration is as follow,
var list = new dhx.List(“list_container”, {
css: “dhx_widget–bordered”,
template: template,
data: data,
dragMode: “source”
});
But scheduler’ onExternalDragIn event is not fire.Is it possible to make scheduler external dragNdrop with dhx.List and how to get current drop listitem via onExternalDragIn Event?
Unfortunately, currently, the scheduler supports only Suite v5.x drag integrations. You can find examples of this integration by the scheduler_package/samples/10_integration/02_dhtmlxtree_outer_drag.html path.
The integration with v6 stays in plans, but unfortunately, I can’t give you any ETA on this.