Page 1 of 1

[REACT] Drag from Grid with unplanned tasks to Gantt sample

Posted: Tue Oct 04, 2022 3:11 pm
by sasha573

Hi guys!
Is there any sample of dragging from Grid with unplanned tasks to Gantt in react? Any hints on how to implement it with BryntumGrid component?


Re: [REACT] Drag from Grid with unplanned tasks to Gantt sample

Posted: Tue Oct 04, 2022 3:26 pm
by marcio

Hey sasha573,

We do have a example for that, it's available here https://www.bryntum.com/examples/gantt/drag-from-grid/


Re: [REACT] Drag from Grid with unplanned tasks to Gantt sample

Posted: Wed Oct 05, 2022 3:38 pm
by marcio

Just an update, you can follow the same approach as it's described here https://www.bryntum.com/examples/gantt/frameworks/react/javascript/gantt-schedulerpro/build/

In the example, we're using Gantt and Scheduler Pro, but you'll need to change to Grid (which you can check on the example I shared in the previous post).


Re: [REACT] Drag from Grid with unplanned tasks to Gantt sample

Posted: Thu Oct 06, 2022 9:45 am
by sasha573

Thanks, Marcio!