This is a migrated thread and some comments may be shown as answers.

Change/Remove RadWindow Progress Icon

1 Answer 51 Views
Window
This is a migrated thread and some comments may be shown as answers.
James Shelton Agar
Top achievements
Rank 2
James Shelton Agar asked on 11 Feb 2010, 04:54 AM
Hi, When setting ShowContentDuringLoad="false" there is a progress loading instead of the old content, what can I do if I want to change the icon or remove it to be just blank screen?
thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Feb 2010, 08:54 AM
Hi James,

Add the following CSS in order to remove the loading screen for the window.

CSS:
 
    <style type="text/css"
        .RadWindow td.rwLoading 
        { 
            backgroundnone !important; 
        } 
    </style> 

-Shinu.
Tags
Window
Asked by
James Shelton Agar
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or