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

Blazor Splitter Not Resizable For WebAssembly Application In Version 20

This is similar to the Blazor Splitter problem reported on May 5, 2022.  I am using a Web Assembly application rather than the Server version you supplied in your response to that problem.


The splitter can be resized for all versions up to 19.4.0.56.  It does not work for any 20 version up to 20.3.0.60

You should be able to run your 'Getting Started' example as a WebAssembly version, not a Server version to see the problem.   


3 Replies

VJ Vinitha Jeyakumar Syncfusion Team December 12, 2022 07:26 AM UTC

Hi Michael,

We have tried to replicate the issue at our end using WASM sample in the V20.3. But we didn't face any issues with Splitter resize. please check the sample below,


we would like to inform that we have included changes in loading scripts and styles in our latest version(from V20.1.47). You can use any one of the below methods to load styles and scripts externally. 


Also kindly refer to the below ways for your additional information.



  1. CDN

 

  1. Static Web Assets

Scripts - https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets

 

Styles - https://www.nuget.org/packages/Syncfusion.Blazor.Themes/


Also refer the below release notes for your additional information.


Reference: https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#common


Regards,

Vinitha



MI Michael replied to Vinitha Jeyakumar December 16, 2022 07:35 PM UTC

Thanks for the reply.  I missed the change to the index.html file for version 20.  Changing the script and style entries fixed the problem.



VJ Vinitha Jeyakumar Syncfusion Team December 19, 2022 04:56 AM UTC

Hi Michael,


We are glad to assist you.

Regards,
Vinitha

Loader.
Up arrow icon