Our state of the art Gantt chart


Post by mh322 »

Hi Team,

When a save is happening, below mask is shown.
I want to disable this mask.
Can you help me how to achieve this?

Screenshot 2023-12-07 135741.png
Screenshot 2023-12-07 135741.png (33.1 KiB) Viewed 522 times

Thanks


Post by ckdomestic »

To disable the mask that is shown during a save operation, you'll need to provide more specific information about the context in which the mask is being displayed. The implementation and customization of masks can vary depending on the programming language, framework, or library you are using.

spacebar clicker


Post by mh322 »

The mask is displayed when any change is done in the UI and sync network call is being done.
I am using the native js Gantt


Post by ghulam.ghous »

Hi mh322,

You can achieve this by setting the syncMask to null https://bryntum.com/products/gantt/docs/api/Core/mixin/LoadMaskable#config-syncMask. Also have a look at this https://bryntum.com/products/gantt/docs/api/Core/widget/Widget#config-masked.

Regards,
Ghous


Post by mh322 »

Thanks for the solution. Working!


Post by evawillms »

I encountered the same problem.Thanks for the solution. Run 3


Post Reply