Hi,
I have a AutoComplete bound to a collection of CityInfo object. This is my class:
This is the xaml:
So my ViewModel performs the search this way:
This is my problem. For each item in the DataSource collection my DataTemplate can't find the property... What is happening?