BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi!
I'm trying to upgrade the syncfusion version from 19.4.0.38 to 20.3.0.47 for my Blazor server side project. Since i've made the change, i've notice multiple regression of the style of different syncfusion components of my app. For instance, I had a dropdown menu with a popup but the popup doesn't work anymore. Also I was using the SfChip components and the chips are not rendering correctly since the migration.
I have include the following directives to my host.cshtml:
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
I want to upgrade to the 20.3.0.47 to have access to some fix from the diagram component
Thank you and have a nice day
Antoine Roy-Lachance
Hi Antoine,
We have checked your reported query and to resolve the issue, please refer the below script to your project sample and UG link.
<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> |
Please get back to us, if you need any assistance on this.
Regards,
YuvanShankar A
Hi!
I've tried to add the script below but it stills doesn't work. Also I'm not using Syncfusion.Blazor for my app, I'm using single nuget package. From what i've red in your documentation, it seems the script directive you sent me is for app using the Syncfusion,Blazor package
Thank you
Antoine
Sorry for the delay, Antoine. We have prepared the sample based on your requirement (single NuGet package.) with below script tag.
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> |
Output screenshot:
Please refer the attached sample and get back to us if you need any further assistance on this.