This question is locked. New answers and comments are not allowed.
I see how to bind a combobox to a lookup table, but how do I set the value of a property on the model's business object into the combo box? I only see SelectedIndex?
I have a model that contains an order. I'm getting the order status combobox to populate with the available order status codes and descriptions. But I don't see how to now also bind the combo box to the OrderStatus property of the order object in my model.
I have a model that contains an order. I'm getting the order status combobox to populate with the available order status codes and descriptions. But I don't see how to now also bind the combo box to the OrderStatus property of the order object in my model.