Hi,
I've created a class called Choices that represent a ComboxBox. Choices has public List and Value properties to bind a combo box (list of choices and selected value).
I want to bind a column of the grid on a property returning an instance of this object and I want the editor of a cell to display a working ComboBox based on those binding.
I've binded the ComboBox DataContext on the CellEditorBinding (which points to the a Choices instance) and I've binded both the list and value property. I can't seem to get the editor to display the cell won't let itself be edited and I know my binding should work since the ComboBox binding are working great on ComboBoxes when they are not in a cell editor.
What am I doing wrong ? Why can't I use the editor ? I get no binding errors at all !