I have a combo box which is bound via its selected value to the foreign key of an entity framework entity. As the parent entity is changed the binding continues to work correctly until the foreign key is null then the combo 'drops' its binding completely. <ComboBox Name="cboTitle" DisplayMemberPath="sName" SelectedValue="{Binding eTitleREF, Mode=TwoWay}" SelectedValuePath="ID" Height="21" Width="100"> </ComboBox>
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results