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.
On click of a button till a particular message is sent i want to show waiting popup instead of a button and after few seconds i want the waiting popup to go
and again replace it with button.
this is the html tag for button where i even want my waiting popup
KRKeerthana Rajendran Syncfusion Team April 5, 2018 12:09 PM UTC
Hi Shalini,
Thank you for contacting Syncfusion Support.
We have prepared a sample based on your scenario by passing a message to Controller on button click through AJAX post and shown waiting popup till the message is sent. Please refer to the below given code.
You can set showOnInit property to false to hide the WaitingPopup during page load. You can show or hide this popup using show and hide methods of WaitingPopup.
We have attached a sample for your reference which can be downloaded from the below link.