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

Content Not Visible

1 Answer 60 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.
Wesley Witt
Top achievements
Rank 1
Wesley Witt asked on 18 Sep 2013, 09:28 PM
Using the following XAML the RadBusyIndicator does not display the content.  When the page is displayed the TextBox is not visible.

<telerik:RadBusyIndicator x:Name="busyIndicator" Grid.Row="0" AnimationStyle="AnimationStyle1" IsRunning="False">
    <TextBox Text="{Binding SearchText, Mode=TwoWay}" Height="83" HorizontalAlignment="Left" Margin="0,0,0,0" Width="480" />
</telerik:RadBusyIndicator>

What is needed to allow the busy indicator to display the textbox content??

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 23 Sep 2013, 08:19 AM
Hello Wesley,

Thanks for writing and for your question.

Since you've already opened a new support thread regarding this case, I will simply close this one and mention the solution to the question:

You need to set the IsRunning property to true to see the content and animation of the RadBusyIndicator control.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
BusyIndicator
Asked by
Wesley Witt
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or