WebForms SearchBox Overview

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. It has a default “search” button , which triggers an event containing the typed value, as well as a collection of additional image buttons. 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.

Telerik UI for ASP.NET AJAX Ninja image

The SearchBox is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

searchbox autocomplete false with search button searchbox autocomplete false searchbox autocomplete true

Summary of features supported by RadSearchBox

See Also

In this article