Hi Guys,
When we re-size events in timeline view ( let says we re-size from the left side i.e the start time of the event ) then there comes a time when the start time of the event becomes equal to the end time and Event starts re-sizing in opposite direction (becoming bigger in opposite direction ).
Is there a built in way to block such action.
Thanks.
Hello,
there is no good way for this. Probably you can try catching onEventDrag event and do some checkings there. However, the event doesn’t allows you to block resizing, you only can use it to reassign start and end dates of a event
docs.dhtmlx.com/scheduler/api__s … event.html
Though I can’t guarantee that will work. Probably there will be no suitable workaround which won’t involve redefining some inner methods
I would find this useful too. How do we ask for this to be considered on the roadmap?