Refresh Data when scrolling months

Hi, I have a weird problem. When I got to see the calendar let say for june… No problem, I see all the data i’ve saved there. but if I go to august, I see no data at all. But If I go to september and then go back on august, the data is there… Magically appear. I don’t understand why it does not appear on the first time I go in august.

Tks
Seby

Are you using dyn. data loading ( setLoadMode ) ?

In default case all data is loaded at once and there is no any reason for such kind of problems.
In case of dyn. loading - scheduler loads data from server for each month separately and problem can be caused by long data loading delay or incorrect server side code , which sends data for not-expected month.

Also, be sure to use the latest version, old ones ( 2.0 for example ) has some known issues with dyn. data loading.

Hi sir, where do I look for that.
tks
Seby

As for version, you can use

alert(scheduler.version) 

As for dyn. loading problem - you need to check how server side scripts are working. In case of connector, first step will be enabling of logs, and checking which requests are executed in problematic case.