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
4155
XamComboEditor how to reset to "EmptyText" after selection?
posted

How can i make a xamComboEditor redisplay my EmptyText after a selection is made?  I want to pick a reason from the combo, apply it to any number of selected objects (in a xamdatagrid), and then have the xamComboEditor go back to its initial state, with nothing selected so that it displays my EmptyText ("Select a reason...).  How can i do this?  A sample project would be great.   I am currently using SelectedItem binding etc, but i can't figure out how to make the selecteditem back to nothing/null/empty after i apply whatever was just selected to my target objects.