Hi,

I'm setting the property comboBox.SelectedItem.Value to a value. After setting the Value property, the SelectedItem Text property continues to be blank and it does not reflect the text of the actual selected item. I need to set the SelectedItem in one line, and I only have the Value, and in the next like I would need to read the Text of the selected item.

Is there any way to search for the item in ComboBox according to Value property? Or any other work around?

Thank you.
Jure Decman