New to Telerik UI for Blazor? Download Free 30-day trial
Grid - Filter Row
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Configurator
Show Filter Cell Buttons
Filter Debounce Delay
Default filter operator for the `Name` column
StartsWith
The Unit Price column uses customized list of FilterOperators.
Product Id | Name | Quantity | Unit Price | Discontinued |
---|---|---|---|---|
|
|
|
|
(All)
|
1 | Chai | 10 boxes x 20 bags | 18 | False |
2 | Chang | 24 - 12 oz bottles | 19 | False |
3 | Aniseed Syrup | 12 - 550 ml bottles | 10 | False |
4 | Chef Anton's Cajun Seasoning | 48 - 6 oz jars | 22 | False |
5 | Chef Anton's Gumbo Mix | 36 boxes | 21.35 | True |
6 | Grandma's Boysenberry Spread | 12 - 8 oz jars | 25 | False |
7 | Uncle Bob's Organic Dried Pears | 12 - 1 lb pkgs. | 30 | False |
8 | Northwoods Cranberry Sauce | 12 - 12 oz jars | 40 | False |
9 | Mishi Kobe Niku | 18 - 500 g pkgs. | 97 | True |
10 | Ikura | 12 - 200 ml jars | 31 | False |
- Filter-row.razor
- ProductService.cs
- ProductDto.cs
Loading the demo source code...please wait.
Description
Filtering is one of the core functionalities of the Telerik Grid for Blazor. The component allows you to choose from three distinct filtering modes:
- FilterRow
- FilterMenu
- FilterCheckBoxList
ShowFilterCellButtons
parameter or set a default filter operator using DefaultFilterOperator
parameter.
This Blazor Data Grid Filter Row example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for Blazor or ThemeBuilder.