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
this.DayPilotScheduler.StartDate=Convert.toDateteim("2009-01-01"); this.DayPilotScheduler.Days = 31; this.DayPilotScheduler.CellDuration = 1440;
this.DayPilotScheduler.StartDate=Convert.ToDateTime("2009-01-01"); this.DayPilotScheduler.Days = 31; this.DayPilotScheduler.CellDuration = 1440;