Completed
Last Updated: 10 Dec 2014 11:16 by ADMIN
ADMIN
Dimitar
Created on: 05 Feb 2014 14:59
Category:
Type: Bug Report
0
Fix. RadDropDownList - SelectedValueChanged event is not fired when the index is set in the forms constructor and the value is then cleared.
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.
0 comments