Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CheckComboBox and IDataErrorInfo and INotifyPropertyChanged

$
0
0
Hi,

Maybe you can try with The property SelectedItemsOverride and the event ItemSelectionChanged ?
<xctk:CheckComboBox x:Name="checkResults"
                          ItemsSource="{Binding Path=AllowedValues}"
                          DisplayMemberPath="ResultText"
                          ValueMemberPath="ResultValue"
                          SelectedItemsOverride="{Binding Path=SelectedValues, Mode=TwoWay, UpdateSourceTrigger=LostFocus, ValidatesOnDataErrors=True, NotifyOnValidationError=True}"
                          ItemSelectionChanged="checkResults_ItemSelectionChanged"/>

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>