Hi
I have set above in my stylesheet and was working very fine until In the Page_Load event
I added a line as below.
RadScheduler1.TimeZoneOffset = TimeSpan.Parse(userSettingRow.UserTimeZone);
The TimeZone works fine, but I notice that the stylesheet no longer works and all cell have same background color (White).
-JD
div.RadScheduler_Sitefinity .rsMonthView .rsTodayCell { background-color: #CCFF00; color: #000; border: 1px solid #000; }I have set above in my stylesheet and was working very fine until In the Page_Load event
I added a line as below.
RadScheduler1.TimeZoneOffset = TimeSpan.Parse(userSettingRow.UserTimeZone);
The TimeZone works fine, but I notice that the stylesheet no longer works and all cell have same background color (White).
-JD