Set Enable date font to bold in raddatepicker

284 Views Asked by At

I am using RadDatePicker telerik control in my project.in picker date less than today are disable and others are enable. I want to set enable date in bold font. How can I do this.

Please take me out from this situation. Thanks in advance.

1

There are 1 best solutions below

0
On

You just need to use the css like below, if it is textbox:-

.rcOutOfRange {
        font-weight: 100 !important;
    }