Hello,
I’ve a Problem. Sometimes when a change the Date (go for/prev a week) I got an exception …
jqxscheduler.min.js:12 Uncaught TypeError: Cannot read property ‘cells’ of undefined
at a.<computed>._renderDayWeekAppointments (jqxscheduler.min.js:12)
at a.<computed>._renderAppointments (jqxscheduler.min.js:12)
at a.<computed>._renderrows (jqxscheduler.min.js:12)
at a.<computed>.navigateTo (jqxscheduler.min.js:8)
at a.<computed>.navigateBackward (jqxscheduler.min.js:8)
at HTMLDivElement.<anonymous> (jqxscheduler.min.js:8)
at HTMLDivElement.dispatch (jquery.js:4737)
at HTMLDivElement.elemData.handle (jquery.js:4549)
So for example, this week every thing is fine(29.07 – 05.08) going forward to next week, everything is ok.
– going next week, ok (05.08 – 12.08)
– going next week, ok (12.08 – 19.08)
– going next week, ok (19.08 – 26.08)
– going one week backwards, -> exception, nothing is shown (12.08 – 19.08)
– going one week backwards, everything is fine, appointments are shown (05.08 – 12.08)
– going one week backwards, -> exception, nothing is shown, … and so on (29.07 – 05.08)
Does anybody has a hint what is going wrong?
Thanks!