Our pure JavaScript Scheduler component


Post by pepitelab »

I need to use multiEventSelect only for the CTRL-click feature (We don't need the drag select) however we also need to the evenDragCreate flag to be on. Is there a way to get both?

Thanks

Post by Maxim Gorkovsky »

Hello.
Have you tried setting this flag to true https://www.bryntum.com/docs/scheduler/#Scheduler/view/SchedulerBase#config-multiEventSelect and not enabling eventDragSelect feature?

Post by pepitelab »

Hi Maxim,

Yes, the only way to make multi-selection work as far as I can tell is if `eventDragCreate` is disabled.

Post by Maxim Gorkovsky »

Please refer to this example: https://bryntum.com/examples/scheduler/basic/
It is configured with multiEventSelect: true, you can multiselect events with CTRL + click, and dragcreate events.

Post Reply