Multiselect-ComboBox
Multiselect-ComboBox copied to clipboard
Extending this to a Datagrid
Hi, extremely useful combobox that ive been looking for. I am trying to extend this to work with a datagrid but no luck. I have a really simplified project that implements this on a single combobox and it works. However whenever I try to use this in a datatemplate column, it crashes as soon as I select an item from the drop down. Any hints? Im new to WPF. WPFTestApp MultiComboBox.zip
So I figured out the issue. The internal selecteditems container is of type observablecollection
We've added SelectedItem dependency property that internally manages SelectedItems as well, for this purpose (PR #83). Hope it helps.