Hello, the problem is when I go far in future by clicking next button and than go back by pressing today or by prev button, some events, that were displayed on start screen were lost. Is it bug of dhtmlxScheduler or may be I doing something wrong?
Unfortunately a screencast doesn’t help to understand the cause of the problem.
Try to add code to your app, but I’m not sure that it help. Possibly you have events with the same IDs in data and if you scroll to the second event of them, the first will not be displayed again. If it is realy so, this code should help.
scheduler.attachEvent("onBeforeViewChange", function (old_mode, old_date, mode, date) {
if (old_mode != mode || +old_date != +date)
scheduler.clearAll();
return true;
});
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan