Hi Valentin,
Thanks for contacting Syncfusion Support.
Query: How to overlay the BusyIndicator
Using the IsBusy property, your requirement can be achieved. While starting the process BusyIndicator can be overlaid by setting the IsBusy to "True" and on the process completion it is needed to set the IsBusy property to "False". Please refer the below code example and we have also created a simple sample for starting and closing the BusyIndicator which is available in link followed by the code example.
Code:
Busy.IsBusy = false; //To stop the process.
Busy.IsBusy = true; //To Start the process. |
Regards,
Hemalatha M.R
Hi Jassim Rahma,
Thanks for the update.
We have checked the reported requirement "BusyIndicator in the middle of screen" from our side and we have created the sample which satisfy your requirement. In this sample we placed BusyIndicator in the middle of the screen by using grid. Please find the sample from the below link.
Sample: http://www.syncfusion.com/downloads/support/forum/123709/ze/F123709-1277775830
Regards,
Vinnalan K A.