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

[Solved] Load on Demand - Binding selected values

1 Answer 166 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Support ATT
Top achievements
Rank 1
Support ATT asked on 07 Jun 2008, 11:18 AM
I load my Radcombobox with Load on Demand. This works great.

Now, i have to set the selected value in the code behind.

Should i implement again an search query for finding the index for selecting ?

which is the best method for that ?

I have to set something like that:

radcombobox.selectedindex = 4 ??

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 09 Jun 2008, 03:24 PM
Hi Toprak,

You can use:

RadComboBox1.SelectedValue = "your existing value";

I hope this helps.

All the best,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Support ATT
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or