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

Background for the BusyIndicator

2 Answers 45 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexis
Top achievements
Rank 1
Alexis asked on 23 Oct 2014, 03:42 AM

I can't seem to be able to use the Background property on the BusyIndicator, I get the following error while building when using it:
Error 1 Syntax Error found in XBF
This works fine:

<p abp="519"><primitives:RadBusyIndicator IsActive="{Binding IsBusy}" AnimationStyle="AnimationStyle2" /></p>

This doesn't:
<primitives:RadBusyIndicator Grid.Row="0" Grid.RowSpan="3" IsActive="{Binding IsBusy}" AnimationStyle="AnimationStyle2" Background="White"><br>

2 Answers, 1 is accepted

Sort by
0
Alexis
Top achievements
Rank 1
answered on 23 Oct 2014, 03:43 AM
Nevermind the extra markups ("p" and "br"), they shouldn't be showing up here.
0
Dimitrina
Telerik team
answered on 27 Oct 2014, 12:25 PM
Hello Alexis,

In order to change color of the RadBusyIndicator control you have to set foreground property. Please find an attache project that demonstrates this scenario.

I hope this helps. Let us know if you have further questions.

Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
BusyIndicator
Asked by
Alexis
Top achievements
Rank 1
Answers by
Alexis
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or