vb.net - Telerik RadDropDownList loses focus when searching an item by pressing a key that is a label shortcut -
i have many controls in panel. 1 system.windows.forms.label next text box, , control telerik.wincontrols.ui.raddropdownlist.
the dropdown list has 2 items: true , false.
label has text value of "%type" (so shortcut there).
when dropdown list focused , press f, false item gets selected, good. if press t, without alt key down, focus jumps because of label shortcut , text box gets focus.
has experienced behavior or have idea on how work around this?
i noticed keydown event of dropdown list being triggered when pressing t not keyup or keypress event. also, remove & label text, works fine.
thanks!
Comments
Post a Comment