New to Telerik UI for Blazor? Download Free 30-day trial
TreeList - SearchBox
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Configurator
Clear SearchBox
Search by `Mar`
Placeholder
Width
Debounce Delay
FirstName | LastName | Position |
---|
Daryl | Sweeney | CEO |
Guy | Wooten | Chief Technical Officer |
Buffy | Weber | VP, Engineering |
Skyler | Cleveland | VP, Engineering |
Priscilla | Frank | Chief Product Officer |
Ursula | Holmes | EVP, Product Strategy |
Melvin | Carrillo | Director, Developer Relations |
Martha | Chavez | Developer Advocate |
Oren | Fox | Developer Advocate |
Amos | Barr | Developer Advocate |
- Searchbox.razor
- EmployeeDirectoryService.cs
- EmployeeDirectoryDto.cs
Loading the demo source code...please wait.
Description
One of the ways to filter the Telerik UI for Blazor TreeList is by using the built-in Toolbar SearchBox. This feature allows you to type text in and it will show only the results that match what the input is, using the Contains case-insensitive operator. The search box is independent of the other filtering options so you can apply filters through the FilterRow or FilterMenu and the search box together. In addition, you have programatic control over the SearchBox through the GridState.
This Blazor TreeList - SearchBox demo is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik Blazor components and their features in action. View the source code of each of the demos or directly adapt and edit them, including their theme appearance, in some of our dedicated playgrounds for Blazor projects - Telerik REPL for Blazor.