Hi,
With the RadComboBox below:
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