Our state of the art Gantt chart


Post by ahmed.farahat »

Hi,

we want to disable some features from the Gantt but i cant find all the info i need in the document link here https://bryntum.com/docs/gantt/guide/Gantt/customization/contextmenu

1- We want to remove the Cut, Copy, Filter options from the context menu

gantt-cut.png
gantt-cut.png (44.29 KiB) Viewed 141 times

2- How can we remove the types and leave only Finish-to-start or at least disable the selection so that the user cant select any other type

gantt-dep.png
gantt-dep.png (52.28 KiB) Viewed 141 times

3- How can we remove the Unit column in the resources tab

gantt-unti.png
gantt-unti.png (46.53 KiB) Viewed 141 times

Post by mats »

  1. Disable https://bryntum.com/docs/gantt/api/Gantt/feature/TaskCopyPaste feature

  2. You can configure that grid and add editor : false to this column and then editing is prevented. This demo shows how to configure the task editor and its subtabs https://bryntum.com/examples/gantt/taskeditor/


Post by ahmed.farahat »

Thanks Mats


Post Reply