I have a question.
I work with the timeline version of the scheduler.
I would have a unplanned item box.
I would drag and drop the unplanned items to a section.
Is that possible and how?
Thanks.
I have a question.
I work with the timeline version of the scheduler.
I would have a unplanned item box.
I would drag and drop the unplanned items to a section.
Is that possible and how?
Thanks.
Hi,
please clarify what exactly do you mean and how it should look like, currently I don’t quite understand. If you attach a mockup or sketch of expected look - it would helpful
I want a box with unplanned events.
They must be shown for each day.
From the box the must be drag and drop on the right place.
(Unplanned) events should also be added to the unplanned items box
a sort of to do list
There is no built-in feature, but you can add a custom control below the scheduler and add possibility to drag and drop items from that container into the scheduler.
Scheduler supports dragging items from another dhtmlx controls, so you may try using something like dhtmlxDataView for the ‘unplanned events’ control.
Here are the related docs
docs.dhtmlx.com/scheduler/dhtmlx … components
docs.dhtmlx.com/dataview__index.html
If you create a custom control without using dhtmlx component for it - check the comments below the article, there is an example of dragging external items into the scheduler using jQuery draggable
I don’t now how I can do this should.
Can someone do this for me?