Show the Spinner while the content is loading (or rendering)

hi,
visiting the forum about the use of the Spinner I found several solutions but that do not reflect my situation which is the following:
1. I created a SampleContent razor component that has a named parameter "param" which is a class
2. In the razor page I have inserted several elements DropdownList, Textbox etc where each element is binded to a property of "param"
3. I have inserted SampleContent in a razor page which I reach via the menu

when I activate the page containing sampleContent it takes a while to be displayed and I would like the Spinner to be shown in the meantime.
I have no data to read remotely or similar via async mode and all the info are already contained in "param" so the time that passes (I think) could be due to the rendering of the tree. In these conditions I cannot see the Spinner.
How can I do?

the application is Blazor ServerSide and the SyncFusion version is 18.3.0.48

thank you in advance

1 Reply

IS Indrajith Srinivasan Syncfusion Team November 20, 2020 12:45 PM UTC

Hi Salvatore, 
 
Greetings from Syncfusion support, 
 
We have validated your reported query. Based on the shared information of SfSpinner query, the SfSpinner can be used as an waiting popup for an asynchronous call or until fetching data from databases.  
 
If possible, can you please share us an minimal sample reproducing your issue scenario ?. So that we can check the possibilities of integrating the SfSpinner and provide you an solution. 
 
Regards, 
Indrajith 


Loader.
Up arrow icon