Unplanned
Last Updated: 03 Mar 2023 09:37 by Brandon
Brandon
Created on: 03 Mar 2023 09:37
Category: UI for Xamarin
Type: Bug Report
0
ListView: [UWP] Clears the RadComboBox SelectedItems on PropertyChanged

Having a ComboBox inside the RadListView ItemTemplate. 

Binding the ComboBox SelectedItems. 
On UWP when PropertyChanged is called on an item in the ListView, it fires the ComboBox SelectedItems CollectionChanged with action Remove, which is wrong behavior. And as a result the ComboBox SelectedItems collection is cleared. 

On Android an iOS works as expected, the ComboBox SelectedItems collection is not cleared. 

0 comments