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

DayPilot Lite Scheduler

Asked by R. Keith
15 years ago.

How do I go about getting my header columns like the example shown in the example below?

http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx

Comment posted by Kuido Külm
15 years ago.

this.DayPilotScheduler.StartDate=Convert.toDateteim("2009-01-01");
this.DayPilotScheduler.Days = 31;
this.DayPilotScheduler.CellDuration = 1440;

Comment posted by Kuido Külm
15 years ago.

this.DayPilotScheduler.StartDate=Convert.ToDateTime("2009-01-01");
this.DayPilotScheduler.Days = 31;
this.DayPilotScheduler.CellDuration = 1440;

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