Completed
Last Updated: 28 Dec 2015 16:12 by ADMIN
ADMIN
Dimitar
Created on: 10 Dec 2015 08:01
Category:
Type: Bug Report
1
FIX. RadDropDownList - the KeyDown event is fired several times when the drop down is opened and a key is pressed.
To reproduce:
Scenario 1:
- Expand RadDropDownList.
- Type in a value and then select desired value with mouse.
- You will see that the KeyDown event is triggered twice.
Scenario 2:
- Expand RadDropDownList.
- Type in a value and then press Tab or Enter key.
- You will see that the KeyDown event is triggered three times.

Workaround:
 radDropDownList1.DropDownListElement.TextBox.TextBoxItem.KeyDown += TextBoxItem_KeyDown;
0 comments