Hi Syncfusion,
The setter for the SelectedItems property on the SfComboBox seems to be "internal".
This prevents me from having a binding to my viewmodel. Is this intended?
I need a binding to me viewmodel, since a button in my view should reset both the possible values (ItemsSource) and the SelectedItems in my dropdowns to the last saved state. I thus need to be able to change the SelectedItems from my ViewModel.