I\'m using the MVVM pattern with WPF and have run into a problem, which I can simplify to the following:
I have a CardType model.
public class CardTy
A workaround that you could do is to bind your SelectedItem to a string (instead of cardType), then create an object of type CardType using this string?