79766944

Date: 2025-09-17 06:14:18
Score: 2.5
Natty:
Report link

The issue here is you have assigned the SelectedValue, Instead try assigning the SelectedItem.
Also, while assigning the selected item assign it through the list.

MyComboBox.SelectedItem = Items.FirstOrDefault(i => i.Model == ModelEnum.AAA);

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Akilan