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.