This is a migrated thread and some comments may be shown as answers.

SelectedItem ??

0 Answers 66 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 16 Apr 2012, 01:16 PM
Hi,

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;  
or
this.SpracheCCB.SelectedItem = 1;

SETTINGS.aktsprache = "german"

But it empty every time?!?!?
Is there a "simple" Example?

thanks
regards
rene

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
ITA
Top achievements
Rank 1
Share this question
or