Page 1 of 1

[REACT] How to disable the header menu

Posted: Thu Oct 06, 2022 5:32 pm
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,

Re: [REACT] How to disable the header menu

Posted: Thu Oct 06, 2022 8:43 pm
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