Completed
Last Updated: 23 May 2025 08:32 by ADMIN
Release 9.0.0
Matthew
Created on: 14 Mar 2025 09:37
Category: UI for Blazor
Type: Bug Report
1
A newly created project template with Font Icons fails to build.

Creating a new WebApp project template through the extension fails to build. This is caused by incorrect icon type in the MainLayout.razor file.

To make sure the app is correctly built, the Icon type should be FontIcon.

<TelerikButton Icon="@FontIcon.Menu"
               FillMode="@ThemeConstants.Button.FillMode.Clear"
               OnClick="@( () => DrawerExpanded = !DrawerExpanded )" />
0 comments