<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap4.css" rel="stylesheet" /> |
Hi,
I face the same problem in displaying the grid after updating my Blazor Server app from version 19.4.0.54 to version 20.1.0.47. Before the update, everything worked and looked fine. I just updated the Nuget Package and renewed the license key. CSS-link and script reference are (still) correct. But now it looks ugly. Did I miss something?
Thanks and Best Regards,
Martin
Hi Martin,
Thanks for contacting Syncfusion support.
Query: “CSS-link and script reference are (still) correct. But now it looks ugly. Did I miss something?”
In our latest 2022 Volume 1 (20.1.0.47) release we have included some breaking changes for better performance. As a part of this, Syncfusion script reference needs to referred externally in Layout.cshtml (in .Net 6.0) or Host.cshtml (.NET 5 and below) or Index.html file. Refer the below release notes for your reference
https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes
Kindly ensure to refer the below Script reference and theme reference either using CDN links or Static web assets.
https://blazor.syncfusion.com/documentation/common/adding-script-references
https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets
For your convenience we have attached the sample prepared using our latest version which can be referred from attachments.
Please get back to us if you have further queries.
Regards,
Vignesh Natarajan