Is it possible to scroll to current date from JScript? Please help. I really need an answer asap.
Thanks, Duneel
In the Scheduler, you can do it using setScroll() method (in pixels):
http://api.daypilot.org/daypilot-scheduler-setscroll/
Or using scrollTo() method (using a date):
var now = new DayPilot.Date() dps.scrollTo(now);