Hello,
I’m in the 2.0 version of dhtmlxGantt and would like to know why, when the scale is in year and subscale in week, when i want to create or move a task, it starts automaticaly a thursday ?
How can i started it a Monday ?
Thx.
Hello,
I’m in the 2.0 version of dhtmlxGantt and would like to know why, when the scale is in year and subscale in week, when i want to create or move a task, it starts automaticaly a thursday ?
How can i started it a Monday ?
Thx.
Hello,
scale starts from the first day of the time unit defined in the primary scale, it is the one you define with gantt.config.scale_unit. and all scales will be displayed in order of descending of the time unit (i.e. month scale always will be on top of the week scale, no matter in what order you have declared them)
So you can specify week scale via scheduler.config.scale_unit, and put the rest scales in the ‘subscales’ array.
There was also a bug with rounding event dates in some configurations, you may check the attached build for the latest version
dhtmlxgantt_131015.zip (518 KB)