Skip to content

Commit

Permalink
AutoCompleteBox - add set_requestDelay() description to Client side p…
Browse files Browse the repository at this point in the history
…rogramming overview
  • Loading branch information
veselints committed Mar 8, 2016
1 parent 6a8b47e commit 65a7729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controls/autocompletebox/client-side-programming/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ position: 0
|get_inputElement()|none|DOM Object|Gets a reference to the HTML element representing the input area.|
|get_isUsingODataSource()|none|boolean|Returns *true* if RadAutoCompleteBox is bound to OData, *false* otherwise.|
|get_bindingMode()|none|Telerik.Web.UI.RadAutoCompleteBoxBinding Enum|Returns a number from the RadAutoCompleteBoxBinding enumeration.|
|set_requestDelay()|int (milliseconds)|undefined|Sets delay time in milliseconds, when a request to the datasource is being triggered.|


````ASPNET
RadAutoCompleteBoxBinding:
Expand Down

0 comments on commit 65a7729

Please sign in to comment.