title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Overview |
RadSearchBox Overview |
Check our Web Forms article about Overview. |
searchbox/overview |
overview |
true |
0 |
Telerik RadSearchBox for ASP.NET AJAX is a light control which provides the ability to write text in an input field with an optional autocomplete functionality or searching the plain result of the text written in it. The control has a property EnableAutoComplete that enables or disables the [AutoComplete feature]({%slug searchbox/functionality/autocomplete%}). It has a default [ “search” button ]({%slug searchbox/functionality/search-button%}), which triggers an event containing the typed value, as well as a [collection of additional image buttons]({%slug searchbox/functionality/buttons-collection%}). Each of them is displayed inside the control and trigger an event when clicked.
The main purpose of the SearchBox is to provide a list of options from a large data set when you type text in the SearchBox input. You can see the following blog post on the matter: Need to search in large datasets? Don’t worry, Telerik’s ASP.NET SearchBox control has got you covered.
RadSearchBox has a rich client-side API and a comprehensive set of events that guarantee full control over various scenarios on the client.
-
[ Default Search Button ]({%slug searchbox/functionality/search-button%})
-
[ Collection of image buttons. ]({%slug searchbox/functionality/buttons-collection%})
-
[ AutoComplete ]({%slug searchbox/functionality/autocomplete%}) functionality. When the AutoComplete is enabled, the following features are available:
-
[DropDown Header/Footer Templates]({%slug searchbox/templates/header-and-footer-templates%})
-
[Client]({%slug searchbox/templates/client-templates%}) and [Server]({%slug searchbox/templates/overview%}) Templates
-
[Keyboard Navigation]({%slug searchbox/accessibility-and-internationalization/keyboard-support%})
-
[Filtering ]({%slug searchbox/functionality/filtering%})- StartsWith or Contains
-
MinFilterLength - defines the minimum number of characters that must be typed before the autocomplete dropdown is shown. The default value is 1.
-
MaxResultsCount - defines how many results are shown in the dropdown.
-
-
[ Search Context ]({%slug searchbox/search-context/overview%}) functionality was added from Q2 2013 in order to provide context for the search operation.The search context is represented as a simple drop-down giving a choice to select a context item.This feature improves the performance and usability when searching in large data sets.
-
Data Binding
-
[Array, ArrayList]({%slug searchbox/data-binding/binding-to-array-or-arraylist%})
-
[DataTable, DataSet, DataView]({%slug searchbox/data-binding/binding-to-datatable%})
-
[ASP DataSource types]({%slug searchbox/data-binding/binding-to-asp-datasource-components%})
-
[Web Service]({%slug searchbox/data-binding/web-service-binding%})
-
[WCF Service]({%slug searchbox/data-binding/wcf-service-binding%})
-
[OData]({%slug searchbox/data-binding/binding-to-odata%})
-