Page 1 of 1

Scheduler Pro - Problem with Nested Events and Drag and Drop

Posted: Tue Jun 06, 2023 9:39 am
by b.wust

Hi Bryntum Team,

I have a question about Scheduler pro and eventDrag and eventDrop.

We are using nested Events (nested Events are "Employees" for us, that are working in
Shifts).

We use multiEventSelect: true, so that we can move multiple Employees easily to
a new parent Event (Shift).

Our problem is now that we move with multiSelect 2 Employees to a new parent Event,
but only 1 is valid for move.

bryntum1.png
bryntum1.png (43.07 KiB) Viewed 167 times

Our problem is that the Event eventDrag has context.valid=true/false for all
moved Events, and not for every Event we move.

Are we missing something ?

Greetings, Bastian


Re: Scheduler Pro - Problem with Nested Events and Drag and Drop

Posted: Tue Jun 06, 2023 2:39 pm
by marcio

Hey Bastian,

If you check this section, you'll see the following

Multi event drag is not supported for nested events

So that's why is not working as expected. It's not supported with nested events.