Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have ObservableProperty of SocialMedia (from your example). I'm binding SelectedValue of ComboBox to SocialMedia.ID, with mode TwoWay. When the item is selected using SfCombobox, everything is working correctly. But when I change SelectedMedia programmatically (i.e. with button command), the displayed item in SfComboBox is not changed.
I want to use ComboBoxes in form, so when it is showing values of for new entity it is not a problem. Problem stats, when I want to edit an existing entity, values bound to ComboBoxes are not shown.