Event in older date - Scheduler Lite

Asked by Vercingetorigex
13 years ago.

Hi,
I'm trying to load events for an past date. For do this, I'm doing:

DayPilotScheduler1.StartDate = DateTime.Parse("06-06-2012");
DayPilotScheduler1.DataSource = getData();

But when I go to the page the datas were loaded in the today section.

How I can load on my desidered date?

Thanks

Answer posted by Steve M.
13 years ago.

Look at the "DayPilotScheduler1.StartDate" property.

Answer posted by Steve M.
13 years ago.

(Sorry, pressed enter too soon.)

Call "DataBind()" afterwards.

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