Home Unanswered Active Tags New Question

DayPilot Lite Scheduler

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

Asked by R. Keith 3 years ago.
Replies

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

Comment posted by Kuido Külm 3 years ago.

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

Comment posted by Kuido Külm 3 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java