search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

scheduler in masterpage

Asked by Sjef ten Koppel
14 years ago.

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)

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.