search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler Week view - CellDuration: 10080 bug?

Asked by Davy
12 years ago.

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?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.