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 .