Our blazing fast Grid component built with pure JavaScript


Post by s-tech »

How we can disable Header Edit Menu shown in the attachment.

Attachments
Screenshot 2022-05-27 at 4.22.19 PM.png
Screenshot 2022-05-27 at 4.22.19 PM.png (41.45 KiB) Viewed 253 times

Post by tasnim »

This is a TimeAxisHeaderMenu, you need to disable this feature.
Please study docs: https://bryntum.com/docs/gantt/api/Scheduler/feature/TimeAxisHeaderMenu#config-disabled

Here is how you can disable it:

features : {
	timeAxisHeaderMenu : {
		disabled : true
	}
}

Post Reply