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

RadDropDownListEditor DropDownList style key input apeed

2 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 2
Adam asked on 18 Jul 2013, 01:02 PM
Is there any way to manipulate the required speed needed for the RadDropDownListEditor to auto select an item while the user is typing in the text?  We are using the DropDownList style and the auto select works when typing over a certain speed (maybe 50 WPM?).  Otherwise the auto select stops searching after the first or second character typed.

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Jul 2013, 11:27 AM
Hello Adam,

Thanks for writing.

You could set nested the KeyboardSearchResetInterval property of the nested RadListElement
radDropDownList1.ListElement.KeyboardSearchResetInterval = 1000;

I hope this helps. 

Regards,
Peter
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Adam
Top achievements
Rank 2
answered on 29 Jul 2013, 02:53 PM
That worked Peter. Thanks!
Tags
GridView
Asked by
Adam
Top achievements
Rank 2
Answers by
Peter
Telerik team
Adam
Top achievements
Rank 2
Share this question
or