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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.