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?