We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Style regression when upgrading to version 20.3.0.47

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


4 Replies

YA YuvanShankar Arunagiri Syncfusion Team December 2, 2022 06:28 AM UTC

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.


UG link: https://blazor.syncfusion.com/documentation/common/adding-script-references#refer-script-from-static-web-assets


<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


Attachment: ChipSample_744885ab.zip


AR Antoine Roy-Lachance December 2, 2022 01:30 PM UTC

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



YA YuvanShankar Arunagiri Syncfusion Team December 6, 2022 11:39 AM UTC

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.



YA YuvanShankar Arunagiri Syncfusion Team December 6, 2022 11:49 AM UTC

Attachment


Attachment: ChipSample_fc8bffc8.zip

Loader.
Up arrow icon