Hi,
I am actually using a RadAutoCompleteBox, which is linked to an ObservableCollection of contacts (
from entity).
But on run, when a contact is selected, the property (DisplayMemberPath) does not display.
Here's my xaml code;
And here's what is being displayed in Run Mode (
View attached image).
Am I missing something here?