MS DataGrid (WPF) : How to bind a combobox to a class?
This might sound like a trivial question, but even here in Stackflow I only have found binding to a simple string collection. I have a Parent class with two properties Name and Age. I have a Child class with two properties ChildName and ChildAge. Within MVVM pattern I am exposing these properties into the ViewModels and additionally I...