I added the multiselect script but due to some reason, I am not able to select more than 1 task. The demo works with all my browsers but on my custom gantt chart. I already checked, if there’s some keydown event listeners preventing shift and ctrl keys from performing anything but there aren’t.
Could you please provide with access to your application or create a demo, where the problem can be reproduced to help us undestand the cause of the issue?
With this I am also struggling with the scales and steps. I already set up the scales in the top of the task area but actually I am only able to set durations and start/ end times as hours.
Even if I change the duration scale and step e.g. to minutes and 5 tasks are replaced to full hours. What am I doing wrong in this?
In the sample I see that only visible part of the time scale is rendered on the screen. To start render whole scale, you can use the next configuration:
gantt.config.smart_scales = false; docs.dhtmlx.com/gantt/api__gant … onfig.html