Completed
Last Updated: 12 Dec 2015 12:27 by ADMIN
ADMIN
Dimitar
Created on: 04 Dec 2015 07:55
Category:
Type: Bug Report
0
FIX. RadDropDownList - the selected index cannot be changed in the SelectedIndexChanged event.
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.
0 comments