Hi All,
We have created a sample application with
2013_Q2 Telerik version. Sample application code is as shown below,
======================Source Code=========================
<UserControl x:Class="WpfControlLibrary1.UserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
mc:Ignorable="d">
<Grid>
<Grid>
<telerik:RadBusyIndicator IsBusy="{Binding IsBusy}" Grid.Row="0" AutomationProperties.Name="Testing45" >
<StackPanel Orientation="Horizontal">
<TextBox Text="Hello" Name="Textbox12" Margin="10"/>
<Button Name="btn_Sandeep" Content="Display" Margin="10" />
<Label Name="lbl_lable" Content="Name" Margin="10"/>
</StackPanel>
</telerik:RadBusyIndicator>
</Grid>
</Grid>
</UserControl>
======================================================
Here coded we are crated test with CodedUITest. Playback is not working for none of the controls which are defined inside RadBusyIndicatior.
We are struck with this problem, please help us.
Regards,
Rajendar