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

BusyIndicator under webbrowser are hidden

1 Answer 80 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 21 Nov 2012, 09:32 PM
Hi,

I'm using VS2008 and Telerik V2012.2.912.35 and I have the following piece of code and my RadBusyIndicator are not visible:

<Window x:Class="RadControlsWpfAppRadBusyIndicator.Window1"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
  Title="Window1" Height="300" Width="300">
    <telerik:RadBusyIndicator IsBusy="True">
  <Grid>
            <WebBrowser Height="0" />
        </Grid>
        </telerik:RadBusyIndicator>
</Window>

Thank's

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 26 Nov 2012, 09:46 AM
Hello Oliver,

We investigated the issue concerning using RadBusyIndicator with WebBrowser control and it seems that the problem comes from the framework. You cannot place anything over the WebBrowser as it's an ActiveX control placed over the WPF content.

We are currently not aware of any possible workaround to this issue.

All the best,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
BusyIndicator
Asked by
Oliver
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or