I have the following structure:
<telerik:RadComboBox Margin="140,30,0,0" Name="cmbTipoEmprego" Width="118" HorizontalAlignment="Left" VerticalAlignment="Top" SelectedValue="{Binding Situacao, Mode=TwoWay}">
<telerik:RadComboBoxItem Content="20-Reemprego" />
<telerik:RadComboBoxItem Content="25-Contrat Deadline Determinado" />
<telerik:RadComboBoxItem Content="35-ReintegraĆ§Ć£o" />
<telerik:RadComboBoxItem Content="70-Transf. of Entrada" />
</ Telerik: RadComboBox>
Bank in the field "Situacao" in the table "Func" stores 20 / 25 / 35 / 70. How to select RadComboBox the right item and then return the right value for the field "Situacao".
Thanks in advance
Josemar Maia
<telerik:RadComboBox Margin="140,30,0,0" Name="cmbTipoEmprego" Width="118" HorizontalAlignment="Left" VerticalAlignment="Top" SelectedValue="{Binding Situacao, Mode=TwoWay}">
<telerik:RadComboBoxItem Content="20-Reemprego" />
<telerik:RadComboBoxItem Content="25-Contrat Deadline Determinado" />
<telerik:RadComboBoxItem Content="35-ReintegraĆ§Ć£o" />
<telerik:RadComboBoxItem Content="70-Transf. of Entrada" />
</ Telerik: RadComboBox>
Bank in the field "Situacao" in the table "Func" stores 20 / 25 / 35 / 70. How to select RadComboBox the right item and then return the right value for the field "Situacao".
Thanks in advance
Josemar Maia