How to create a global spinner in a razor class library that consists in the Blazor Server Application solution?

My Blazor Server Application solution has a razor class library, where i need global spinner. Already configured syncfusion in the razor class library only need to create a global spinner in that.

3 Replies 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team October 9, 2020 02:10 PM UTC

Hi Richy,

Greetings from Syncfusion support,
 
 
We have validated your reported query. Refer the below documentation, for rendering the SfSpinner in the your application using the latest Nuget version 18.3.35. 
 
 
Please get back to us if you face any difficulties, 
 
Regards, 
Indrajith 



OL Ola replied to Indrajith Srinivasan July 12, 2021 12:07 PM UTC

I am also trying to use the SFGrid component in a Razor Class Library. The documentation only refers to installing the component in the Blazor Server Project. The SFGrid component is not rendered in any of the razor pages in the Razor Class Library. I also get the word "Grid_header_table" displayed in the un-rendered component.


Attachment: SFGrid_9f4f2d.zip


JP Jeevakanth Palaniappan Syncfusion Team July 13, 2021 08:21 AM UTC

Hi Ola, 

Greetings from Syncfusion support. 

To render the SfGrid component, we suggest you to refer the below getting started documentation for your reference. 


Also we suggest you to refer the below links to apply the styles for the Blazor Grid component. 
  1. If you are using Syncfusion.Blazor NuGet then refer the below styles.
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" /> 
  1. If you are using Syncfusion.Blazor.Grid package then refer the below styles.
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap4.css" rel="stylesheet" /> 
 

Please get back to is if you have any other queries. 

Regards, 
Jeevakanth SP. 


Marked as answer
Loader.
Up arrow icon