Posted on: 11/26/2014 6:51:38 PM | Views : 437

Hello everyone and thanks for your help in advance.  I am trying to style a calendar control selected date using the following:
<SelectedDayStyle CssClass="SelectedDayStyle" /> However, the selected day renders using the default silver.  On inspection of the element, the class="SelectedDayStyle" is added to the cell, but an inline style is also inserted giving the default silver.  I'm not really sure why this is or how to fix it.  I've also tried setting it from the code-behind without success.  Any help would be appreciated.

Go to the complete details ...