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

Maximum Typing Delay for AutoComplete

3 Answers 201 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 2
Aaron asked on 20 Jul 2012, 04:10 AM
Some of my users are slow typists.  Is there a way to adjust the maximum delay between key strokes before the combobox assumes you are starting a new word?

In other words, if the following items are bound to the combo box:

12345
12346
12347
4111

And the user starts typing 1234, if they pause long enough between the 3 and the 4, the selection will go to the 4111 item.  I want to be able to edit the amount of time they are allowed to take between key strokes before it it assumes they're starting a new search.
Thanks.

Aaron

3 Answers, 1 is accepted

Sort by
0
Accepted
Vladi
Telerik team
answered on 24 Jul 2012, 07:58 AM
Hello Aaron,

Such functionality is not supported in our RadComboBox control but the good news is that we are currently implementing RadAutoCompleteBox control which will have such functionality. The control will be released officially with Q3 2012 version.

Regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Aaron
Top achievements
Rank 1
answered on 08 Nov 2012, 05:20 PM
I am considering using the autocompletebox.  Is there an example of how one increases the delay?

Currently when I attempt to use it if i am a slow typist it fires and, i believe, attempts to return to many values crashing the session unless i stop the script.   I am referencing a table with over a half million rows.  Another thought, is it possible to have it only fire when at least 3 values are entered or something?
0
Vladi
Telerik team
answered on 09 Nov 2012, 10:18 AM
Hello Aaron,

This feature didn't make it in the current version of RadAutoCompleteBox but we will do our best to implement it in the future releases of the control.

It is worth mentioning that RadAutoCompleteBox has a built-in virtualization and there shouldn't be any issues if you bind the ItemsSource of the control to a big collection of items, so you shouldn't need to adjust the filtering delay of the control.

All the best,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
Aaron
Top achievements
Rank 2
Answers by
Vladi
Telerik team
Aaron
Top achievements
Rank 1
Share this question
or