The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SDSuwathi Dhakshanamoorthy Syncfusion Team August 27, 2020 01:38 PM UTC
Hi Foulont,
Greetings from Syncfusion support.
We can achieve your requirement “prevent outside access while the spinner is displaying with overlay background” using cssClass 'e-spin-overlay' in `createSpinner` method.
We prepared the sample based on your requirements and updated below.
Please refer to the above sample and confirm whether it meets your requirements.
Regards,
Suwathi
Marked as answer
PMPRIYA MODAKJuly 3, 2023 10:21 AM UTC
Hi Syncfusion Team,
I would like you to ask that if I want to set the spinner at the center of the screen and while spinning the fullscreen mode should not be enabled. I mean, while spinner is on the screen all other items on the screen should not be enabled for selection or any other kind of editing. I tried to implement as above you suggested but that's not working. Please suggest how should I implement for this in my application.
Thanks and Regards,
Priya Modak
KPKokila Poovendran Syncfusion Team July 6, 2023 12:12 PM UTC
HiFoulont Gaetan,
You can achieve your requirement using cssClass 'e-spin-overlay' in `createSpinner` method. Please find the code snippet and sample attached for your reference.