Our pure JavaScript Scheduler component


Post by mtubisz »

Hello !

Before event click (not selected): https://ibb.co/VgPGxQz
After event click (selected): https://ibb.co/GMNmZHR

As you can see timeaxis dissapears when I select event placed on the edge of scheduler. Is there any solution for this ?

I use version 3.0.0 of Scheduler.

I wanted to disable selection for now, because I don't need this feature right now but this code doesn't work.
<BryntumScheduler
eventSelectionDisabled = {true}
/>
Thanks for your time,
mtub

Post by mats »

This is fixed in the next version of our product, you can download a working nightly build in our customer zone already: https://customerzone.bryntum.com/

Post by mtubisz »

Thanks mats ! :)

Post by mtubisz »

Mats, now I noticed that my filters and sorting and grouping on resources don't work (default and custom). I updated back scheduler to version 2.3.0 and it works properly. Do you know about this issue ?

Post Reply