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

RadWindow and wait animation

2 Answers 88 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mykhaylo
Top achievements
Rank 1
Mykhaylo asked on 16 Mar 2011, 04:22 PM
Hi all,

Could you please advice how to remove standard RAD Window animation(while window content being loaded) or at least to replace the image being used?

Thanks,
Myxville

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 16 Mar 2011, 05:59 PM
Hi Myxville,

You can remove the image by applying the following CSS class:
.rwLoading
{
    background-image: none !important;
}

You can set your own image by using
.rwLoading
{
     background:url(ImageUrl) no-repeat center !important;
}

where ImageUrl is the path to your custom image (where the application can reach it, for example in its root folder).

A more complicated approach for setting HTML content is available in the following Knowledge Base article: http://www.telerik.com/support/kb/aspnet-ajax/window/custom-loading-sign-for-radwindow.aspx.

All the best,
Marin
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Mykhaylo
Top achievements
Rank 1
answered on 17 Mar 2011, 12:05 PM
Hi,

Thanks for fast reply. Everything works like a charm.

Thanks,
Myxville
Tags
Window
Asked by
Mykhaylo
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Mykhaylo
Top achievements
Rank 1
Share this question
or