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

Keyboard Delay Too Short

1 Answer 105 Views
ListControl
This is a migrated thread and some comments may be shown as answers.
Patrick Barranis
Top achievements
Rank 1
Patrick Barranis asked on 08 Nov 2011, 06:08 PM
Hi.  We're running the 2011.1.11.419 version of this control in our product.  Our users have pointed out that the keyboard delat that allows you to jump to longer selections has gotten much smaller.  So if you have a dropdown with "Bart", "Bob", and "Olaf", you have to type "bo" very quickly to get to Bob, otherwise your selection ends up on "Olaf".  I hope this makes sense... I have no idea what you correctly call this feature.

I tried this on the Winforms RadControls demo app, and I had exactly the same result.  The maximum delay you can have between typing the "B" and the "o" seems to be 500ms or less, when I'm sure it used to be 1000ms or more.

For our users this is quite a nuisance, since most of them type with two fingers but need to move quickly through dropdowns with hundreds of options.  (On the upside... they're learning to type faster :)

Please let me know if you think this is an issue that has appeared in version 2011 / 419 or not.  Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 11 Nov 2011, 09:11 AM
Hello Patrick,

Thank you for writing.

You should manipulate KeyboardSearchResetInterval property in order to increase the time between key presses, for example:

this.radListControl1.KeyboardSearchResetInterval = 1000;//1 second

I hope this helps.

Kind regards,
Peter
the Telerik team

Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

Tags
ListControl
Asked by
Patrick Barranis
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or