WPF Binding a 2 property Class to Combobox in DataGridTemplateColumn
I have a datagrid with the binding set to a DataTable which may have 1, or more, columns with a 2 property class. The 2 properties are a List of strings and a string. Attempting to bind the ItemsSource and SelectedValue of a Combobox to those properties has been a real challenge for me (I’m a novice at this WPF stuff). I have searched for, found, read, and tried many solutions others have posted but none have worked for me. I’m sure I’m missing something, but I am at wit’s end.