Gantt with multi selection and inline editor

I have a gantt chart with multi selection and inline editor (https://snippet.dhtmlx.com/ce2fcd425) but the editor only fires with a double click because the first click select the line.

I have found this snippet that works like I expect.
https://snippet.dhtmlx.com/20509fc86?_ga=2.20669886.746359812.1567304839-631175006.1564608124

What’s the difference? I have downgrading the version but it still not working. It is a premium feature?

Hello Lucas,
It is not a premium feature. Looks like, it is a bug that appeared in the 6.0.0 version and you are the first one who noticed it. Thank you for informing about that. I added it in our tracker, the dev team will fix the bug in the future. I cannot give you any ETA, but I will notify you when the fix is released.
Now, as a workaround. you can use the onTaskClick event handler and open the inline editor after clicking on a task cell in the grid. Here is an example of how it might be implemented:
http://snippet.dhtmlx.com/de970f918

1 Like

Hello Lucas,
The dev team added the feature that allows opening the inline editors when the multiselect extension is enabled:
https://docs.dhtmlx.com/gantt/api__gantt_inline_editors_multiselect_open_config.html