Declined
Last Updated: 05 Aug 2020 15:51 by ADMIN
JeffSM
Created on: 17 Feb 2018 16:58
Category: Calendar
Type: Feature Request
3
Css for each day in RadDatePicker Calenda
This suggestion is add a css class to each anchor tag for each day, a unique css, like:
class='day20180213'.
with this we can make a css definition:
holydays.css
       day20180213 { background-color:red } // carnival
/* day YYYYmmDD */

this option has unlimited uses for any reason you want.

how it will works:
<td title="terça-feira, fevereiro 13, 2018" class="rcSelected" style=""><a class='day20180213' href="#">13</a></td>
1 comment
ADMIN
Attila Antal
Posted on: 05 Aug 2020 15:51

Hi Jeff,

Thank you for sharing your idea. Due to the lack of interest by the community, this request is declined.

If required, the developer can access the Link from the server-side and generate a daily class name for the control using the Linkbutton's CssClass property.

Regards,
Attila Antal
Progress Telerik