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

No more background since version 2010.3.1314?

2 Answers 35 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 19 Jan 2011, 07:29 PM
The BusyIndicator background is always transparent since version 2010.3.1314.

Is this a bug or a normal behavior?

Regards,

Simon

2 Answers, 1 is accepted

Sort by
0
Accepted
Teodor
Telerik team
answered on 25 Jan 2011, 10:57 AM
Hi Simon,

Sorry for delaying our response.

That, actually, is the expected behavior when we talk about a control similar to ContentControl. Currently, the Background property of the RadBusyIndicator sets the background of the centered rectangle that shows progress. If you look for a way to apply a background of the whole RadBusyIndicator, you can use the following workaround:

<telerik:RadBusyIndicator >
    <Grid Background="Black">
        your content here
    </Grid>
</telerik:RadBusyIndicator>

Hope this explains the matter. Let us know in case you have further queries.

All the best,
Teodor
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Simon
Top achievements
Rank 1
answered on 25 Jan 2011, 12:57 PM
Thank you Teodor,

I had the same workaround but I wanted to make sure that it was the normal behavior before I change all my screens.

Simon
Tags
BusyIndicator
Asked by
Simon
Top achievements
Rank 1
Answers by
Teodor
Telerik team
Simon
Top achievements
Rank 1
Share this question
or