Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
on UWP:
When you bind/set ObservableCollection
How to reproduce code in attachment
Xamarin 4.x
Edited:
Yes:, it is ObservableCollection<>
Yes: same model works on SfGrid and SfList.
To be sure: It is a feature, that ObservableCollection (where "object" is any kind of class, especially keypair or dictionary) cannot be used only in SfComboBox at all?
Added seccond example, based on sfcombobox documentation and datasource is assigned to combobox like this:
ComboViewModel combodata = new ComboViewModel();
comboBox.BindingContext = combodata;
comboBox.DataSource =
combodata.ComboTestDict;
comboBox.DisplayMemberPath = "Values[ColA]";
comboBox.SelectedValuePath = "Values[ColA]"; //this definition is causes troubles;
no matter if it is implemented with
INotifyPropertyChanged
or not
If any more information is required, just ask that would help you. Thank you