Our state of the art Gantt chart


Post by sasha573 »

Hi guys!
Could we call task editing not by dbl clicking on the task but e.g. by clicking on custom dropdown item?


Post by tasnim »

Hi,

Yes, Sure. Inside the custom dropdown item's click listener, you could call this https://bryntum.com/products/gantt/docs/api/Gantt/feature/TaskEdit#function-editTask to open the task popup

gantt.editTask(taskRecord);

Post by sasha573 »

Thank you, Tasnim!


Post Reply