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

RadBusyIndicator.BusyContent intermittently not showing.

1 Answer 169 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
John Robin
Top achievements
Rank 1
John Robin asked on 11 Oct 2016, 06:56 AM

I have the code below.

sometime it doesn't show the controls inside

<telerik:RadBusyIndicator x:Name="ProgressIndicator">
     <telerik:RadBusyIndicator.BusyContent>
          <StackPanel>
               <TextBlock Name="ProgressStatus" HorizontalAlignment="Center" Grid.Row="0" />
               <telerik:RadButton Name="CancelButton" Content="Cancel" Click="CancelButton_Click" Margin="5" Grid.Row="1"/>
          </StackPanel>
     </telerik:RadBusyIndicator.BusyContent>
</telerik:RadBusyIndicator>

Attached below what it show when control is not showing

1 Answer, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 12 Oct 2016, 09:43 AM
Hello John,

We are aware of the observed you issue. However, I am glad to inform you that it has already been fixed. What we could suggest you is to download our latest official release R3 2016 in order to get all available feature and fixes that are provided with that version including the fix for the issue you are observing.

Hope the provided information will be helpful for you.

Regards,
Nasko
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
BusyIndicator
Asked by
John Robin
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or