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

Wrong choice

2 Answers 76 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
meysam en
Top achievements
Rank 1
meysam en asked on 26 Feb 2012, 07:40 AM
The first item
text=30002502610747
value=3
and secend item
text=30008500000002
value=3
I can not select the second item
ًtelerik Q3 2011

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Feb 2012, 05:50 AM
Hello,

Check the following help documentation which explains the same.
RadComboBox selects a different item.

Thanks,
Princy.
0
meysam en
Top achievements
Rank 1
answered on 27 Feb 2012, 06:11 AM
tanks for Answer
But if we define the shape of
<telerik:RadComboBox ID="RadComboBox1" runat="server">
   <Items>
       <telerik:RadComboBoxItem Text="30002502610747" Value="3" />
       <telerik:RadComboBoxItem Text="30008500000002" Value="3" />
   </Items>
</telerik:RadComboBox>
When the second option is selected.

Then select the command again with the first option returns
string str = RadComboBox1.SelectedItem.Text;

Tags
ComboBox
Asked by
meysam en
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
meysam en
Top achievements
Rank 1
Share this question
or