Good evening,
I've just upgraded my project from using Telerik UI ASP.NET Core 2022.1.301 to 2024.3.806.
I previously used this article to add icons to my menu items:
Add Font Icons to Menu Items - Kendo UI Menu - Kendo UI for jQuery (telerik.com)
After the upgrade, the icons are no longer appearing.
I'm using the following:
menu.Add().Encoded(false).Text("<span class=\"k-icon k-font-icon k-i-gears\"></span> Site Administration").Url("~/Admin")
menu.Add().Encoded(false).Text("<span class=\"k-icon k-font-icon k-i-user\"></span> " + User.Identity.Name)
I appreciate that the way the icons works has changed since 2023 R3, but most of the icons seem to work without me having to install anything extra (Font Icons in the Telerik and Kendo UI Design System | Design System Kit). For example, this works:
columns.Command(command => command.Custom("View").Click("openDetailsPage").IconClass("k-icon k-i-hyperlink-open")).Width(80);
Is this because the Telerik.FontIcons and Telerik.SvgIcons 3.0.0 packages are showing under my project dependencies?
Any clarification you can give would be much appreciated.
Kind regards,
Richard