Premium support for our pure JavaScript UI components


Post 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 152 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


Post 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.

Best regards,
Márcio


Post Reply