BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<syncfusion:ComboBoxAdv x:Name="FirstInvestor" Margin="10,0,0,10" Grid.Column="1" Grid.Row="0" ItemsSource="{Binding Investors, Mode=TwoWay, NotifyOnValidationError=True, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True}" Validation.Error="Validation_Error" SelectedItem="{Binding Investment.FirstInvestor, Mode=TwoWay, NotifyOnValidationError=True, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True}" DisplayMemberPath="FullName" MaxWidth="400" SelectionChanged="FirstInvestor_OnSelectionChanged" />
Here there seems to be a bug where newly selected item is not being displayed. Can you please help me with this?
Thanks