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>
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