This is a migrated thread and some comments may be shown as answers.

RadDropDownList Tab key OnClientItemSelecting

1 Answer 135 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
amarbir
Top achievements
Rank 1
amarbir asked on 07 Oct 2016, 02:13 PM

Hi,

I have six RadDropDrownList Controls on a page. I have a problem with TabKey and arrow keys being used for navigaiton between them and using up down arrow keys for selection. Here is the Issue:

1. I focus first one using mouse and select an item.

2. I use Tab to the second one and select using arrow key.

3. Once selection is done any click any where on the entire page keeps raising the OnClientItemSelecting event of the dropdown in 2 above.

4. Everything works fine if I use only mouse to navigate and select.

Is this a known problem, is there a workaround? I cannot have this in production as OnClientItemSelecting event is suppose to do some work based on what's selected from drop down.

1 Answer, 1 is accepted

Sort by
0
Anton
Telerik team
answered on 10 Oct 2016, 08:43 AM
Hello Amarbir,

When you use the up and down arrow keys, you actually navigate through the items of a RadDropDownList but nothing is still selected. According to the Keyboard Navigation article, you select an item with the 'Enter' key. What actually happens is that when using the arrow keys you stop on an item, it's still not selected.
Clicking anywhere on the page, pressing Enter or pressing Tab on the keyboard selects the "marked" item. This is expected behavior of the RadDropDownList.
Could you please elaborate more on what you consider as an issue and what workaround do you need?

Regards,
Anton
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
DropDownList
Asked by
amarbir
Top achievements
Rank 1
Answers by
Anton
Telerik team
Share this question
or