Home Unanswered Active Tags New Question

style for alternate hours.

Can we have different colors of alternate hours just to distinguish and facilitate the time range selection.
Asked by Sheraz 4 years ago.
Replies
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.
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

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