We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

waiting popup

it seems there is no way to show text when target property is specified. Could you confirm? thanks

2 Replies

CW Chad Wu October 9, 2017 05:36 AM UTC

actually, the text is displayed, but cannot see because target object is grey out, how can we customise the font of display text?



PO Prince Oliver Syncfusion Team October 10, 2017 04:55 AM UTC

Hi Chad, 

Thank you for contacting Syncfusion forums. 

You can customize the Text in the Waiting Popup control using CSS properties. Kindly refer to the below code. 

<ej:WaitingPopup ID="target" runat="server" ShowOnInit="True" Target="#ControlRegion" Text="Loading&hellip;"></ej:WaitingPopup> 
 
<style type="text/css"> 
    #<%=target.ClientID%>_WaitingPopup .e-text { 
        color:red; 
    } 
</style> 

For more information, kindly refer to the following UG documentation link: https://help.syncfusion.com/aspnet/waitingpopup/appearance-and-styling 

We have prepared a sample for your reference, please find the sample from the following link: http://www.syncfusion.com/downloads/support/forum/133082/ze/WaitingText131522376 

Regards, 
Prince 


Loader.
Live Chat Icon For mobile
Up arrow icon