New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Filtering

The RadSearchBox provides inbuilt server-side filtering functionality.

There are two filtering options available:

  • Contains - filters all items with Text containing the searched text.

  • StartsWith - filters all items with Text starting with the searched text.

The default value of Filter property is Contains .

In this article