Enable task progress feature when the Gantt is disabled for editing

Hello

Is there any way to enable JUST the task progress feature while the whole Gantt is disabled?

Thank you

Hi @ma_albert!

You can manually block the standard behavior of the elements using the Gantt API.

Here is a snippet you can see how it can be imlemented:
http://snippet.dhtmlx.com/46207cae4

Please chech the articles about this events and config properties:

https://docs.dhtmlx.com/gantt/api__gantt_drag_move_config.html
https://docs.dhtmlx.com/gantt/api__gantt_drag_resize_config.html
https://docs.dhtmlx.com/gantt/api__gantt_drag_links_config.html

https://docs.dhtmlx.com/gantt/api__gantt_ontaskcreated_event.html
https://docs.dhtmlx.com/gantt/api__gantt_onbeforelightbox_event.html
https://docs.dhtmlx.com/gantt/api__gantt_onlinkdblclick_event.html