Hi,
i'm using the radCombobox like this:
I want set the selectedItem in the codebehind like this:
SETTINGS.aktsprache = "german"
But it empty every time?!?!?
Is there a "simple" Example?
thanks
regards
rene
i'm using the radCombobox like this:
<telerik:RadComboBox Grid.Row="0" Grid.Column="1" Margin="3" telerik:StyleManager.Theme="Summer" Name="SpracheCCB" DisplayMemberPath="Name" SelectionChanged="SpracheCCB_SelectionChanged" />I want set the selectedItem in the codebehind like this:
this.SpracheCCB.SelectedItem = SETTINGS.aktsprache; orthis.SpracheCCB.SelectedItem = 1;SETTINGS.aktsprache = "german"
But it empty every time?!?!?
Is there a "simple" Example?
thanks
regards
rene