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 » style for alternate hours.

style for alternate hours.

Can we have different colors of alternate hours just to distinguish and facilitate the time range selection.
Sheraz - 12/20/2007 8:40:37 AM
The cell color can be changed in BeforeCellRender event (e.BackgroundColor). For instance, if you have two cells per hour (CellsPerHous="2", default value), you should detect if e.Start.Minute is 0 or 30 and set the background color accordingly.
Dan Letecky - 12/20/2007 10:37:17 AM
Post reply