Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
XamComboEditor with more than ten items
posted
I have a form with a XamComboEditor, this XamComboEditor has more than ten element.
I have noticed that with more than ten items when it loses focus XamComboEditor shows the id of the item and not the label that I indicated.
I also noticed that when XamComboEditor loses focus is called the event SelectedItemChanged and the NewValue of the RoutedPropertyChangedEventArgs is null.
 
Where I wrong?
 
Thanks for reply