Hello,
wen i use: var dp = new DayPilot.Scheduler("dp"); dp.viewType = "Days";
ist dp.scrollTo(new DayPilot.Date()); not in use!!!
is this a bug?
thanks, Tim
This is my fix: jquery('.scheduler_default_scrollable').animate({ scrollLeft: jquery('.scheduler_default_separator').offset().left/2-100 }, 1000);
Thanks!