Hi,
I'm upgrading my Telerik version to 4.6.0 and when I want to use custom FontIcon the icon is not displayed. I see in the HTML that my icon content is defined the same in both situations.
It work with the FontIcon.FilterClear but not with the custom:
<TelerikButton Icon="@FontIcon.FilterClear"> Font Icon Button <TelerikButton />
<TelerikButton Icon="@("k-icon k-i-filter-clear")">Custon Font Icon Button<TelerikButton />