Our state of the art Gantt chart


Post by caiyuan »

Image

I want to name the column that cannot be edited by double-clicking on it, what can I do?


Post by tasnim »

Just disable this feature https://bryntum.com/docs/gantt/api/Gantt/feature/CellEdit by setting false.


Post by Animal »

Or, to be more granular, if it's just that column that should not be editable, set https://bryntum.com/docs/gantt/api/Grid/column/Column#config-editor to false


Post Reply