Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
builder.Services.AddSyncfusionBlazor(DisableScriptManager: false);
The script manager don't work if the wasm client is hosted in a subpath of the site.
Please see attached project. The standard blazor wasm demo site is hosted in /portal/ insted of / and your javasscript code don't load.
Please note: you must manually navigate to /portal/ to run the wasm application.