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.