Hi to everyone, I'm trying to put the daypilot scheduler onto a page which inherits a master page. But the scheduler does not scroll to today' s date. Is there anyone wo can tell me what I'm doingwrong?
These line's are in the code behind:
Dim firstOfMonth As New DateTime(DateTime.Today.Year, DateTime.Today.Month, 1)
DayPilotScheduler1.SetScrollX(firstOfMonth)