Disable editing options on gantt

Hi,

it is possible to disable possibility of move blocks on gantt chart?
I want to have static chart - without possibility of change date by drag and drop.

The same question is for progress - how I can disable it?

Hello,

it is possible to disable possibility of move blocks on gantt chart?
I want to have static chart - without possibility of change date by drag and drop.

Yes, there is such a feature, and it is called the “Read-only mode”:

In the following example you can toggle the read-only mode.:

The same question is for progress - how I can disable it?

You can hide the progress drag:

Or you can just disable dragging it by specifying that in the onBeforeTaskDrag event handler:

Here are the examples: