Search found 162 matches

Hi dev,
I've upgraded bryntum scheduler from version 4.3.10 to version 5.6.1
When drag and drop an event, I have noticed that object draggedRecords is lost and found an object named draggedEntities. But 2 objects do not have same data.
So, where can I found data like draggedRecords

Hi dev,
I want to apply infinite scroll for vertical mode and fetch new data when dateRangeChange.
Is it available?

Hi Bryntum dev team, I want to have allowOver config for tooltip for header column, but it is not working. Here is my code snippet: Screen Shot 2023-09-26 at 14.16.59.png But the result is not as expected: Screen Shot 2023-09-26 at 14.19.18.png I wonder whether it is a bug of version scheduler 4.3.1...

Hi tasnim,
Thank for support but It don't work
I have myCustomFunc in common.ts then I import it in my schedulerConfig.js (call it in here) but it not work
I don't know outside is where? or anywhere
Please tell me detail or example code something look like.
Thank so much

Hi dev team bryntum,
I want call my function in headerRenderer. But not work.
Please support me.

My code:

Screen Shot 2023-09-25 at 14.51.57.png
Screen Shot 2023-09-25 at 14.51.57.png (302.78 KiB) Viewed 135 times
Screen Shot 2023-09-25 at 14.52.17.png
Screen Shot 2023-09-25 at 14.52.17.png (253.83 KiB) Viewed 135 times

Thank for support.

OK. Thank for support

I want add CheckColumn in Vertical mode.
I wonder if CheckCloumn supports vertical mode?
Example :
Horizontal mode :

Screen Shot 2023-09-20 at 09.15.58.png
Screen Shot 2023-09-20 at 09.15.58.png (200.47 KiB) Viewed 75 times

I want something similar in Vertical mode:

Screen Shot 2023-09-20 at 09.16.47.png
Screen Shot 2023-09-20 at 09.16.47.png (142.96 KiB) Viewed 75 times
For example here https://bryntum.com/products/scheduler/examples/filtering/ When I input text 'a' to filter, some 'staff' is visible, it is right. To get a resource, I use the code: scheduler.resourceStore.getById('c') It returns a hidden ResouceModel of "Henrik" staff. How to know this re...