I am using the ig:XamComboEditor in my WPF page and trying to figure out how I can add a Select All option to the combo box. I would like to use a MVVM implementation of any solution but so far a have stuck out on trying to bind to the IsChecked or IsSelected property because it is not a Dependency property.
I have the ig:XamComboEditor bound to a ObservableColletion(FirstParties) in my EM and have property on the underlying Class called FirstParty.IsSelected but can't seem to bind that property to the Item in the ItemsCollection in the XamComboEditor to toggle the check box
Hi Adam.
I think what you are looking for is the IsSelectedMemberPath. You can bind that to the underlying property in your viewmodel. And you'll want to set AllowMultipleSelection to true if you want to be able to have more than one item selected.
Please let me know if you have any questions.
Hi Adam,
I hope my response was helpful. Please let me know if you have any questions.