Premium support for our pure JavaScript UI components


Post by jreece »

Hi,

Currently we're using Gantt in Read Only mode - we've set the flag to true on the Gantt component. We therefore don't want Gantt to make any changes to the Tasks on load - even if they need to be rescheduled. We first hit a problem where tasks were getting scheduled on load and set manuallyScheduled to true for all tasks - which was fine.

But now we've found that even if manuallyScheduled is true, tasks in non-working time will be adjusted into working time on load - which doesn't seem right when we're in read only and when manually scheduled is true.

Even if we were in edit mode, we'd want a user to see the changes they're making rather than rescheduling all the tasks as they are loaded - but right now we're in a read only mode and would like to prevent all edits.

Can you advise on what we should do?


Post by mats »

If you have "dirty" data, you can try using this static mode showcased here. https://bryntum.com/examples/gantt/static/

Does that solve the issue?


Post by jreece »

I think that's exactly what we were looking for - thanks Mats :)


Post Reply