Hi Ben,
The issue occurred due to improper reference of scripts and styles in the application. You have installed the Single NuGet package (Syncfusion.Blazor) and referred styles and scripts related to individual NuGet packages. Refer the styles and scripts below to resolve the issue,
<head> ... <!--Refer theme style sheet as below if you are using Syncfusion.Blazor Single NuGet--> <link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" /> <!--Use below script reference if you are using Syncfusion.Blazor Single NuGet--> <script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> </head> |
We have documentation for referring the styles and scripts when installing Syncfusion.Blazor NuGet package in the application.
Refer the below link for individual NuGet packages,
https://blazor.syncfusion.com/documentation/nuget-packages
We have modified the shared sample which you can find from the below link,
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RPTest75092326
Regards,
Bharat Ram H