DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Features » how to achieve day view in scheduler control (urgent)

how to achieve day view in scheduler control (urgent)

hi, in http://www.daypilot.org/demo/Scheduler/Day.aspx shows the day view, how do i achieve this view. I tried making the days="1" and cellDuration="15" which doesn't appear like this. ie i wan't the first header as hours and the second header line as minutes..
Hisham - 6/10/2008 9:08:13 AM
You also need to specify:

CellGroupBy="Hour"

You can find the source of this example in the DayPilot package in Demo/Scheduler/Day.aspx and Day.aspx.cs.
Dan Letecky - 6/10/2008 6:20:11 PM
Post reply