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

[Solved] No postback when 2 items have same Text, even with different Value

1 Answer 107 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Frédéric
Top achievements
Rank 1
Frédéric asked on 21 May 2009, 06:30 PM
Hi,

With the RadComboBox below:
 

 

<telerik:radcombobox id="TestCombobox" runat="server" AutoPostBack="true" >

 

 

    <Items>

 

 

        <telerik:RadComboBoxItem Text="One" Value="1" />

 

 

        <telerik:RadComboBoxItem Text="two" Value="2" />

 

 

        <telerik:RadComboBoxItem Text="Three" Value="3" />

 

 

        <telerik:RadComboBoxItem Text="One" Value="4" />

 

 

     </Items>

 

 

</telerik:radcombobox>

 

 

 


Click on the last item "One", a postback happen.

Then, click on the first item with Text also set to "One". No postback.

Is this a known issue?

Thanks

Frederic





 

1 Answer, 1 is accepted

Sort by
0
Accepted
Paul
Telerik team
answered on 22 May 2009, 08:55 AM
Hello Frédéric,

Thanks for the report.

Actually, you're right and we admit this is a bug. I've forwarded your report to our dev team and the issue will be fixed in the next hotfix.

Your Telerik points have been updated for the report. Please excuse us for the temporary inconvenience.

Sincerely yours,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Frédéric
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or