Declined
Last Updated: 12 Oct 2023 05:44 by Michal
Michal
Created on: 11 Oct 2023 12:39
Category: Grid
Type: Bug Report
0
Missing icons after upgrade from 4.5.0 to 4.6.0

Hello,

after updating to the versin 4.6.0 from 4.5.0, almost all svg icons dissapeared(inside the grid). No erros, no console warnings.

Is there some breaking changes or aditional steps how to bring them back?

Original markup without changes(first blue button in example should have "play" icon at the beginning):


<TelerikButton OnClick="@(_ => OZRowCmd(null,20))" Icon="@FontIcon.Play" Title="Zahájit novou" Class="bg-primary" Size="@Telerik.Blazor.ThemeConstants.Button.Size.Large">Zahájit novou</TelerikButton>
Thanks
Attached Files:
2 comments
Michal
Posted on: 12 Oct 2023 05:44

Thanks for Your time, problem solved.Iam missed the second link, which covers the update changes.

 

Adding linkref into _Host.cshtml to all projects(4.6.0), did the trick:

<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />

<!--New one: -->
<link href="_content/Telerik.UI.for.Blazor/css/kendo-font-icons/font-icons.css" rel="stylesheet" />

ADMIN
Dimo
Posted on: 11 Oct 2023 15:35

Hello Michal,

Please refer to:

Regards,
Dimo
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!