Search found 6444 matches

Reproduced! Thank you for the report! here is a ticket https://github.com/bryntum/support/issues/8718
You can subscribe on ticket updates to be notified when it's done.

Hi,

That looks like a bug, we need to investigate it deeply. Link: https://github.com/bryntum/support/issues/8717
Thanks for the report!

Hi, You have access to widgets and record in renderer method. See docs https://bryntum.com/products/gantt/docs/api/Grid/column/WidgetColumn#config-renderer Define a renderer and adjust widgets as you need according to record data. type: 'widget', field: 'widget', align: 'center', cellCls: 'b-buttonc...

Hi,

No, by default when you change startDate, it changes startDate only and keeps duration. When you change endDate, it changes duration of the task and keeps task on the place. To change as you requested you can use flag for setStartDate, or change duration/endDate.

Hi, Current exported does not support that. It's possible to implement but it required to write a new exporter. We could implement it as a part of Professional Services or maybe Sponsored Feature, but you need to clarify it with our Sales. If you're interested, please use a form here https://bryntum...

Hi,

Please review the patch from this thread. That might help you with your problem viewtopic.php?p=141588#p141588

Thank you for your help! Very appreciated! I will let him know.

Hi,

We shared a link to the ticket about demo above, I will send it again here https://github.com/bryntum/support/issues/8600
You can subscribe on ticket updates to be notified when it's done. Should be ready soon, it's on review stage.

Hi, There is an event that you can use to catch the moment of event create https://bryntum.com/products/calendar/docs/api/Calendar/view/Calendar#event-beforeAutoCreate You can find in params date that event is about to create, and source - a link to Calendar instance. It has https://bryntum.com/prod...

Hi,

Currently it is not supported.