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

Enable DragAndDrop & Keybord functions

1 Answer 39 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 22 May 2017, 02:53 PM
I’ve noticed when I enable D&D on a list box in my app, certain keyboard functions no longer work in the list box.  For instance, the up and down arrows do not change the selection, and pressing an alpha key does not move the selection down to the first item starting with that letter.  I also tested your List box demos.  Everywhere D&D is enabled, the keyboard functions I mentioned do not work.

I see no reason why D&D should disable those keyboard functions.  Is this a known issue?  Is this issue scheduled to be fixed in a future release?

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter Milchev
Telerik team
answered on 25 May 2017, 01:23 PM
Hello Keith,

Setting the TabIndex property of the ListBox should focus the control properly when using the mouse (the border of ListBox will be a bolder line as demonstrated in the ListBox - Keyboard Support online demo).

Once you have set the TabIndex property, the keyboard navigation should work as expected.

Regards,
Peter Milchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ListBox
Asked by
Keith
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or