Exclude weekends when schedule is going on?

Is it possible for this gantt chart to exclude weekends when the schedule is moving on? Because there is no people work on weekends. Also, first, I restrict child task to be dragged on day scale unit, it works fine. However, when I try to restrict child task to be dragged on other scales unit,such as month and year, it appears to be dragged according to 1 month or 1 year, which can make child task to be dragged over restriction. What I mean is can I make child task to be dragged on 1 day by 1 day on month or year scale unit?

Hello,

  1. hopefully, it will be introduced in the upcoming release
  1. After drag-and-drop task can be aligned either by step of the timescale, or by global time step of the gantt chart. You may try disabling rounding by scale and adjust time step to 1 day:gantt.config.round_dnd_dates = false; gantt.config.time_step = 24*60;//defined in minutes
    docs.dhtmlx.com/gantt/api__gantt … onfig.html
    docs.dhtmlx.com/gantt/api__gantt … onfig.html

Ok. Looking forward to the upcoming version.