teleriktelerik-ajaxradlistboxtelerik-radlistbox

Keyboard navigation for RadListBox with icons


I am using RadListBox to show a list of items. Each item has an icon. The requirement is jumping on the item when a the first letter of that item is pressed.

For example: It should focus on "Dock" when letter "D" is pressed

Is there any built-in feature to accomplish this>

enter image description here


Solution

  • Seems this a Telerik bug, but i made a project, test situation and it's working.

    download sample project here.

    screenshot

    this project tested on google chrome Version 60.0.3112.113 (Official Build) (64-bit)

    After run project press Alt+s or Alt+o or Alt+c

    Remember change AccessKey property to change shortcut key:

    RadListBox1.Items[0].AccessKey = "s";
    

    I should say that this NOT a perfect solution.

    RadListBox is a powerful ASP.NET AJAX control to display a list of items. It allows for multiple selection of items, reorder and transfer between two listboxes. Drag and drop is fully supported as well.