Search found 251 matches

Hello Paul. You can grab the updated demo from the nightly builds in our customer zone. However, it's weird that when setting the duration field to undefined, the endDate field is being cleared. The scheduler engine should automatically recalculate the duration considering start and end dates. Howev...

Hello Paul, now it's fixed, let me know if it works for you now :)

Hello paul and thank you very much for your feedback!
I'm taking a look at it and I'll keep you update

Hello, thank you for your feedback!
Yes, it's an issue, we'll solve it as soon as possible.
We've just created a ticket, you can follow the progress at this link https://github.com/bryntum/support/issues/7716

Hello, by default, time axis "snaps" to show full units, try autoAdjustTimeAxis: false https://bryntum.com/products/scheduler/docs/api/Scheduler/view/Scheduler#config-autoAdjustTimeAxis . I've tried your viewPreset config in this example https://bryntum.com/products/scheduler/examples/time...
There are many ways. It depends on many factors. Example using: https://bryntum.com/products/schedulerpro/examples-scheduler/filtering/ For this specific example, you could assign URL parameter value to the filter input, after the scheduler initialization. const scheduler = new Scheduler({ ... }); c...
<r><p>Hello,<br/> an idea should be to listen <C><s>`</s>eventDrag<e>`</e></C> <URL url="https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDrag#events"><s>[url]</s>https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDrag#events<e>[/url]</e></URL> event t...
Maybe you can send your react trial? I've attached the advanced example that you can find in our react framework examples, modified with your ganttConfig . Regarding the predecessor field, you're right, I forgot that there is a toggle on the right. To remove it, I suggest you to create a simple cus...

I've just tried your BryntumGanttProps in a react example and it works well. Could you please provide me a zip file of your project? Maybe there is some other config that breaks it.

Hello, Moreover I want to set the dependencies (connection) type so the user wont be able to change it, or hide it somehow. How can I do that? connection types are changeable by dependencyEdit https://bryntum.com/products/gantt/docs/api/SchedulerPro/feature/DependencyEdit and taskEdit https://bryntu...