Hello everyone,
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.
Thanks for helping.
socgen
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).
provide full code