To reproduce:
- Set the index like this:
private void radDropDownList1_SelectedIndexChanged(object sender, Telerik.WinControls.UI.Data.PositionChangedEventArgs e)
{
comboBoxTest.SelectedIndex = 0;
}
- Select the third item.
- Then select the third item again.