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

Adding a delay to Load on Demand

1 Answer 210 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 09 Jul 2010, 09:22 PM
For the RadComboBox, is there any way to control the delay before a callback is made?  For slow typists, there could easily be a callback between each letter, which is causing quite a bit of thrash in the display of the results, especially if a spelling error is made and corrected.

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 13 Jul 2010, 08:53 PM
Hi Dennis,

You can use the ItemRequestTimeout property.
This property specifies the timeout after each keypress before the RadComboBox fires the ItemsRequested server-side event. The timeout value is in milliseconds - for example ItemRequestTimeout=”2000” delays with 2 seconds.

Greetings,
Kalina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Dennis
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or