Our pure JavaScript Scheduler component


Post by coderboy@12 »

Hello,

I've seen in bryntum examples event can't able to resize before start date, but In my case it's possible I haven't applied any additional props related to this, is this any way to prevent this forcefully?

Thanks


Post by tasnim »

Hi,

If I understood correctly, you want the event to only be resizeable from the right side!
If that's the case, you could set https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventResize#config-leftHandle to false

Here is a codepen link of a demo https://codepen.io/dv-auntik/pen/KKYdMRL?editors=0010


Post by coderboy@12 »

I think I've confused you let me just send video of what I want to prevent,

Find below video I want to prevent that

Attachments
EC7C791A-F3EA-43EA-9EB6-3F483E01EC21.MP4
(293.96 KiB) Downloaded 8 times

Post by coderboy@12 »

If you see I can able to resize that event before my actual start date which wrong, but I've checked in bryntum example it's not doing that.


Post by tasnim »

Hi,

That should not happen! Have you tried with the latest version? Would it be possible for you to upload a runnable test so we can debug it?


Post by coderboy@12 »

It's working after updating to latest thanks :)


Post Reply