When using the DayPilot Scheduler in view mode Weekly (CellDuration: 10080, CellGroupBy = GroupByEnum.Week), I get a javascript error on the next line of code:
this.drawTimeHeaderCell=function($p,$W){var td=$p.insertCell(-1);td.colSpan=$W.colSpan;
The error "Invalid argument" is on td.colSpan=$W.colSpan; The value of $W.colSpan = 0.2875. I guess it cannot be a decimal.
This erros stops the events from loading. Any idea's how to solve this?