I see in this post the way to connect up a lookup combobox in Wpf:
http://www.lhotka.net/weblog/BindingAWPFComboBoxToADisplaySourceAndABindingSource.aspx
but it seems like this will cause the BusinessObjectList to go into edit state.
The senario might be like this: Create UI, in load event create BusinessObjectList and associated lookup BusinessObjectList, connect like above. When the combo box loads its ItemSource doesn't it change the SelectedValue in the BusinessObject and thereby edit it?
Regards,
Rick
Never mind, I see now that checking in the Set property if the value is different prevents this from happening.
Rick
Copyright (c) Marimer LLC