Comment posted by Dan Letecky
16 years ago.
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.