On occasion, the XamComboEditor will display the NullText instead of the SelectedItem text. As you can see in the screen shot, the combo box is showing <Select Station>, which is the NullText (Circled in red). However, when I snoop, it shows that the combo box has a SelectedItem, and the SelectedItem has a name (Circled in blue). Why would this be?
Thanks
Dan
Hello Dan,
Thank you for contacting Infragistics. Could you please send us small isolated project that reproduce this issue, so we can try to help you and investigate the exact behavior? I've attached a sample demonstrating how to use NullText. Please modify my sample if you prefer this instead.
Let me know if you have any questions.
Michael,Thanks for the reply. Unfortunately I have not been able to replicate it outside of our application. I found that if I use the Value and ValuePath bindings instead of the SelectedItem, I no longer see the problem. This will be a sufficient fix for us at this time.Dan
Sounds great! Which version/build of Infragistics for WPF are you using?