To reproduce: - Add a RadDropDownList with some items to a blank form. - In the forms constructor set the SelectedIndex property. - Start the application and press the backspace key. You will notice that the SelectedValueChanged event is not fired. Workaround: - Use SelectedIndexChanged event.