Premium support for our pure JavaScript UI components


Post by skrishn2 »

This was determined to be a limitation where the tasks cannot be grabbed when task time short time (15 mins or less )
This is generally okay but some tasks which are around 15 minutes have very little “clickable” area to drag. that time we have issue.


Post by mats »

Seems to work just fine for me, how do you reproduce this here? https://bryntum.com/examples/scheduler/basic/


Post by skrishn2 »

We are using schedulerpro-4.0.5 version and our implementation Resize is disabled from the left side.

eventRenderer: ({ eventRecord, renderData }) => {
eventRecord.resizable = "end";
} /[code]
and left side we have icons whenever we focusing on the icon that time its not working.

Post by mats »

  1. Don't update events inside the eventRenderer
  2. Please try latest 4.1.0 version

Post by skrishn2 »

We have any document for up gradate from schedulerpro 4.0.5 to 4.1.0 ( Vue ).


Post by mats »

Yes please read the upgrade guides in the documentation:

https://bryntum.com/docs/scheduler/#guides/upgrades/4.1.0.md


Post Reply