Search found 37 matches

Hi Mats, Please find the attached sample page (demo.htm) that demonstrates the issue: - the page is loaded with 2 events. - resize the event by dragging the top/bottom border of the event. - notice that the tooltip appears blank briefly without the time format of "hh:mm A" and the event is...

Hi Mats,
We tried updating the online "Vertical mode" demo with the same config settings, the issue does not happen. That's why we attached the video demonstrates the behavior in our application. However, our page is quite complex and not easy to be replicated in a small test case.

We've upgraded the Scheduler from v4.0.4 to v5.2.6 and the event resizing (by dragging the event top/bottom border) no longer working. We've tried different ways to identify the cause of the issue but are not able to do so. The attached video demonstrates the issue. Upon mouse down the event bottom ...
Yes. In the Vertical mode demo, add the beforeEventDropFinialize event as shown below and drag an event. It shows the value as "_generated#" instead of the actual id of the event. This is changed in v4.0.x listeners: { beforeEventDropFinalize: ({context}) => { alert('DataId: ' + context.re...
Hi, We have upgraded from v3.1.9 to v4.0.8 and the beforeEventDropFinalize event context has changed. We used to get the context.record.data.id which is the event id of the bound data. However, in v4.0.4 or v4.0.8, this context.record.data.id becomes a hardcode value as "_generated1". Has ...

Thanks Mats. I see it's now tagged with "Resolved" status, will it be available in next Version 4.0.4 ?

Hi, We're in the process of upgrading the Scheduler from 3.1.9 to the latest 4.0.3 We have noticed a difference in v4.0.3 regarding the cell border color in Vertical mode. We used to have a CSS that set the cell's border color as .b-column-line { border-color: red; } Once update to v4.0.3, the cell'...
Hi Mats, We'd like to provide a "search" capability to visually identify the matching events in Scheduler with a slightly different UI style, for example, display in an icon, change the font/color in the event. That's why we would like to have a way to refresh the event or trigger the &quo...
Hi, We have the events displayed in vertical mode and would like to refresh all events so the "eventBodyTemplate" is triggered again for some UI update/change in all the current displayed events. We have tried to reset the scheduler.events to the data to trigger "eventBodyTemplate&quo...