Bouchers,
The bindings you suggest are incorrect in the template, which will have a DataContext of type Element, which doesn't have an Item property (that's on the ViewModel).
For instance, the TextBox inside the DataTemplate in my example binds correctly in both directions, using the same binding I give to the CheckComboBox.
Where can I send a .zip file of the full sample?
The bindings you suggest are incorrect in the template, which will have a DataContext of type Element, which doesn't have an Item property (that's on the ViewModel).
For instance, the TextBox inside the DataTemplate in my example binds correctly in both directions, using the same binding I give to the CheckComboBox.
Where can I send a .zip file of the full sample?