We have installed Q2003 SP1, but we are now getting StackOverflow Exception in WindowsBase.dll each time with click a RadComboBox.
All are defined as below:
Any idea ?
All are defined as below:
<telerik:RadComboBox x:Name="InsurancePositionComboBox" IsEnabled="{Binding DataContext.IsEnabled, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}" |
Grid.Row="4" Grid.Column="6" |
ItemsSource="{Binding DataContext.InsurancePositionItems,RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}" |
DisplayMemberPath="Name" |
SelectedValuePath="StakeholderId" |
SelectedValue="{Binding InsurancePositionId}" |
IsSynchronizedWithCurrentItem="True" Margin="10,0,0,0" Height="25" Width="170"> |
</telerik:RadComboBox> |
Any idea ?