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
2092
XamWebComboEditor with string list not working
posted

I'm using XamWebComboEditor with a list of strings List<string> and I cannot get it to work. The selectedItem doesn't work at all and the editor doesn't allow to select any values. If I change the ItemsSource to be a list of custom objects List<CustomObject> with a string property and set the DisplayMemberPath, everything starts to work fine. Is it a known problem or how can I use a string list with XamWebComboEditor? Sorry I don't have any simple reproducable project for you at the moment.

Parents Reply Children
No Data