Hi
When I select a value in the combobox, the text converters run fine.
But if I set the value in the underlying viewmodel to null, the text converters do not run, even though the combobox now shows an empty value (instead of populating from the nullToPlaceholderTextConverter.)
Is this a bug, or am I missing something? ... thanks in advance...
<igEditors:XamComboEditor x:Name="cmbExample" Grid.Column="1" ValueToDisplayTextConverter="{StaticResource nullToPlaceholderTextConverter}" ValueToTextConverter="{StaticResource nullToPlaceholderTextConverter}" ItemsSource="{Binding Path=ExampleList, Mode=OneWay}" Value="{Binding Path=Example, ValidatesOnDataErrors=True, UpdateSourceTrigger=PropertyChanged}" ToolTip="{Binding RelativeSource={RelativeSource Self}, Path=Value}" Validation.ErrorTemplate="{x:Null}" />
Hi,
Could you please provide small isolated project that reproduces the issue that you describe?
Thanks,
Anastas