Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3590
Shared XamComboEditor with multiselect enabled and checkboxes visible adds selected items to removed items list
posted

I have a XamComboEditor bound to an ObservableCollection. As each item in the list is selected, inside the SelectionChanged event handler, the SelectionChangedEventArgs.RemovedItems contains all the existing selected items, however when deselecting an item in the list the RemovedItems only contain the item I actually removed as expected. Why does this occur? I had to wrap my remove code in a check to only run when the AddedItems count == 0.

  • 17475
    Offline posted

    Hello Mike,

    This behavior was logged in our tracking system with ID 167127 and the following case was created for you: CAS-141217-C7P9J6 . The next step will be for a developer to review it and offer a fix, or other resolution.