Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in DotNetNuke > Custom loading image for radWindows

Not answered Custom loading image for radWindows

Feed from this thread
  • Srinivasa Rao Dhulipalla avatar

    Posted on Jan 10, 2012 (permalink)

    Hi,

    How can I add my own loading image for radWindows?

    --
    Srinu Dhulipalla

    Reply

  • Svetlina Anati Svetlina Anati admin's avatar

    Posted on Jan 10, 2012 (permalink)

    Hello,

    The easiest way to change the loading image is to override the default style by using the following CSS:

    <style type="text/css"
     
        .rwLoading 
     
        
     
             background-image: url("ImageUrl") !important;   
     
        
     
    </style>


    A more detailed KB article with one additional solution and a sample demo attached is available here:

    http://www.telerik.com/support/kb/aspnet-ajax/window/custom-loading-sign-for-radwindow.aspx

    Kind regards,
    Svetlina Anati
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in DotNetNuke > Custom loading image for radWindows