I need to bind an Observable collection to my AutoComplete Text box in the WPF application. But When I run the application after binding in the designer, I got a display with my full BL class Reference in the dropdown. How to avoid this behaviour? Also I want to show some other properties in the dropdown(as details view) and I should be able to get the Other properties of the object once I select a item from the List. Is anybody can come with a code snippet?
Share
There is
ItemTemplateproperty in theAutoCompleteTextBox. You can use that to display whatever you want in the drop down list.