This question is locked. New answers and comments are not allowed.
Hi Everyone,
Playback failed on combo selection. I want validate selected item in combo by adding assertion on combo box to know which was selected, but i could not see selected item property in CUIT assertion form. Can you provide proper properties to combo box?
SampleApplication
==============
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="SilverlightApplication4.MainPage"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400">
<Grid x:Name="LayoutRoot" Background="White">
<telerik:RadComboBox HorizontalAlignment="Left" Margin="85,193,0,0" VerticalAlignment="Top" Width="250" Name="TestCombo">
<telerik:RadComboBoxItem Content="Item 1"/>
<telerik:RadComboBoxItem Content="Item 2"/>
<telerik:RadComboBoxItem Content="Item 3"/>
</telerik:RadComboBox>
</Grid>
</UserControl>
===================
Playback failed on combo selection. I want validate selected item in combo by adding assertion on combo box to know which was selected, but i could not see selected item property in CUIT assertion form. Can you provide proper properties to combo box?
SampleApplication
==============
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="SilverlightApplication4.MainPage"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400">
<Grid x:Name="LayoutRoot" Background="White">
<telerik:RadComboBox HorizontalAlignment="Left" Margin="85,193,0,0" VerticalAlignment="Top" Width="250" Name="TestCombo">
<telerik:RadComboBoxItem Content="Item 1"/>
<telerik:RadComboBoxItem Content="Item 2"/>
<telerik:RadComboBoxItem Content="Item 3"/>
</telerik:RadComboBox>
</Grid>
</UserControl>
===================