I'd like to change the color of the cells from the calendar to have an explicit way to show holidays or christmas day for example, something that looks like the color change for weekends for example.
You should handle BeforeCellRender event and change e.BackgroundColor property according to your rules (the cell start and end are available in e.Start and e.End properties).
Comment posted by Anonymous 13 years ago.
provide full code
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.