Is it possible to disable the drag of the task and to hide the pop up on clicking task
Following configs allows disabling different dragging options(and displaying of related ui elements) of the tasks
docs.dhtmlx.com/gantt/api__gantt … onfig.html
docs.dhtmlx.com/gantt/api__gantt … onfig.html
docs.dhtmlx.com/gantt/api__gantt … onfig.html
What popup do you mean? Is it the details form like one here docs.dhtmlx.com/gantt/media/desktop/lightbox.png ?
Yes how can we disable that pop up window when i click on task bar / double click.
gantt.config.readonly = true;
have fun