Вот мой код для установки выбранного значения Combobox
<ComboBox Name="cmbCodeParts"
Width="120"
HorizontalAlignment="Left"
ItemsSource="{Binding ElementName=tblRecipe_CodePartsTypeDomainDataSource, Path=Data,Converter={StaticResource debugconverter}}"
DisplayMemberPath="codePartsType"
SelectedValuePath="codePartsTypeID"
SelectedValue="{Binding codePartsTypeID,Mode=TwoWay,Converter={StaticResource debugconverter}}"/>