With
==========================================
.....
MyDayPilotCalendar.Crosshair = CrosshairType.Full
.....
MyDayPilotCalendar.DataBind()
==========================================
Crosshair works fine.
but with
==========================================
.....
MyDayPilotCalendar.Crosshair = CrosshairType.Full
MyDayPilotCalendar.Theme = "MyTheme"
.....
MyDayPilotCalendar.DataBind()
==========================================
It doesn't work anymore.
Thanks in advance to take a look.