Our state of the art Gantt chart


Post by prabhakaran.r »

Hi
Am trying to disable the header menu when the user right click.
Can you help me out?

I have also added this in my ganttconfig but no luck

headerMenuFeature: false,
Attachments
disable.png
disable.png (42.54 KiB) Viewed 147 times

Post by marcio »

Hi prabhakaran.r,

That is the TimeAxisHeaderMenu https://www.bryntum.com/docs/gantt/api/Scheduler/feature/TimeAxisHeaderMenu

So you just need to set that to false the same as you did with the Header

timeAxisHeaderMenuFeature: false,

I also attached a screenshot, just for clarification

Attachments
Screen Shot 2022-10-06 at 15.40.36.png
Screen Shot 2022-10-06 at 15.40.36.png (35.96 KiB) Viewed 142 times

Best regards,
Márcio


Post Reply