Inline edit control

Can I control inline editing line by line?
E.g
Milestones cannot be edited
The rest can be edited
If you have a sample source, we will ask.

Hello,
Milestones ignore the end_date and duration parameters. Even if you edit those parameters, that doesn’t change anything:
https://docs.dhtmlx.com/gantt/desktop__milestones.html
https://docs.dhtmlx.com/gantt/desktop__task_types.html#milestones
But you can edit other parameters, here is an example:
http://snippet.dhtmlx.com/a5747bedc

Hello,

Inline edit allows you to modify the progress if the user is a member, or try not to.

member: edit true
Non-member: edit false

We want to give you the editing rights by line value.

Thank you.

Hello,
You can use the onBeforeEditStart event handler that works for inline editors. If you return false, the inline editor won’t be opened:
https://docs.dhtmlx.com/gantt/desktop__inline_editors_ext.html
Here is an example of how it works:
https://snippet.dhtmlx.com/abfb0abbc