Our pure JavaScript Scheduler component


Post by harshalkhode1703 »

hii,
I am using bryntum scheduler pro.

want to create a drag and dorp section at right side for unscheduled events.
so i can drag from scheduled to there and vice-versa.

<BryntumSchedulerPro
          ref={schedulerproRef}
          {...schedulerProConfig}
          startDate={'2023-03-15'}
          endDate={'2023-03-31'}
          height={'80vh'}
          events={events}
          resources={resources}
          assignments={assignments}
          dependencies={dependencies}
          onAfterEventSave={updateTaskCustom}
          onFinishCellEdit={updateCellCustom}
          
/>

using this code
what to do with this tag to achive that.


Post by tasnim »

Hi,

Are you looking for this demo https://bryntum.com/products/schedulerpro/examples-scheduler/drag-outside/ ?

You could find the source code here SchedulerPro\examples-scheduler\drag-outside


Post Reply