bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

`eventDragSelect` should exclude the events based on `isEventSelectable` #10044

Closed ghulamghousdev closed 19 hours ago

ghulamghousdev commented 2 weeks ago

Forum post

Go to this https://bryntum.com/products/schedulerpro/examples-scheduler/basic/ example and set below config:

   features : {
         eventDragSelect : true
   },
   isEventSelectable: () => false,

With this configuration, I am unable to select any event via left-click. However, using a drag-selection, I can select all events.

Thanks for your support and many regards,

https://github.com/user-attachments/assets/879bd25f-4876-4ca3-9492-eadb0d7b3b9d