This question is locked. New answers and comments are not allowed.
Hello there,
Can anyone please tell me whats wrong with this code?!! I have tried everything with this combobox to bind its selected value correctly to the clientType but none worked!!! Attached are two screenshots of the case.
I deeply appreciate your help as I surveyed the whole Internet but I couldnt find any solution!!!
Can anyone please tell me whats wrong with this code?!! I have tried everything with this combobox to bind its selected value correctly to the clientType but none worked!!! Attached are two screenshots of the case.
I deeply appreciate your help as I surveyed the whole Internet but I couldnt find any solution!!!
<telerik:DataFormDataField Grid.Column="1" Label="Client Type"> <telerik:RadComboBox Name="ClientTypeCombo" ItemsSource="{Binding Source={StaticResource ClassClientContainer}, Path=ClientTypes}" DisplayMemberPath="Description" SelectedValuePath="qClientType" SelectedValue="{Binding qClientType, Mode=TwoWay}"></telerik:RadComboBox> </telerik:DataFormDataField>