Page 1 of 1

[INFO REQ] [Angular 8] Can we drag drop grid rows, from one grid to another bryntum scheduler event part.

Posted: Thu Jan 20, 2022 5:22 pm
by abisht

Hi,
I am checking the technical feasibility of bryntum scheduler ,whether it supports drag and drop of rows, from bryntum grid to bryntum sheduler.

Events are supported, but requirement from clients require drag drop of rows, from brytum grid to brytum scheduler


Re: [INFO REQ] [Angular 8] Can we drag drop grid rows, from one grid to another bryntum scheduler event part.

Posted: Thu Jan 20, 2022 11:34 pm
by mats

Sure, you can make a drag drop from grid mean anything, if you review the code carefully you will see how easy it is. This demo should provide you some guidance too: https://bryntum.com/examples/gantt/drag-from-grid/

It adds the dragged row as a row in the tree.


Re: [INFO REQ] [Angular 8] Can we drag drop grid rows, from one grid to another bryntum scheduler event part.

Posted: Fri Jan 21, 2022 7:14 am
by abisht

Thank you Mat.