Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

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 2157

Trending Articles



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