Hello,
This is my xaml code :-
It works and i get a proper drop down because I have DataTemplate defined and so i can see value of column
SiteTermsXItemsName
. However, when i select a value from the dropdown i get the default toString() of the Entity instead of displaying SiteTermsXItemsName in the combobox. What am i missing?
Thanks in advance:)