I'm working on the new RadButton and I've noticed an issue.
This one maybe something elementary that I am missing but I'm not quite sure how to simply make the text-font bold, either through css or the design-time code. This simple button for some reason does not make the font bold:
And it doesn't seem to be just 'font-bold', it also seems that all the 'font' properties don't work.
Thanks in advance!
Zach
This one maybe something elementary that I am missing but I'm not quite sure how to simply make the text-font bold, either through css or the design-time code. This simple button for some reason does not make the font bold:
<t:RadButton ID="rbtnGenerateReport" runat="server" Text="Generate Report" Font-Bold="true" />And it doesn't seem to be just 'font-bold', it also seems that all the 'font' properties don't work.
Thanks in advance!
Zach