Hi.. I have some 250 to 300 items in a dropdownlist (also tried this using HTML select with runat="server"). If I select the dropdown, expand the list and press any key, ex. 'S', it displays the first item starting in 'S' ex. Sacramento. But however, it is not scrolling the list down to that item and highlight the item displaying other adjacent items to 'Sacramento' in the list. If I press down arrow key, it selects the next item in 'S' ex. San Jose, but still in the expanded area, it just displays only the top 10-15 items from 'A' to 'C'. I would like the user to navigate (scroll) all the items using the UP and Down arrow keys and at any point they should see the adjacent items in the list. Is this possible? Any help is appreciated.
Thanks, Raj