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
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