New to Telerik UI for Blazor? Download Free 30-day trial
Grid - Filter Menu
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
The Product Name column has DefaultFilterOperator. The Price column uses customized list of FilterOperators.
Product Name | Product Number | Category | Price | Units In Stock | Discontinued |
---|
Chai | 1 | Beverages | 18 | 39 | False |
Chang | 2 | Beverages | 19 | 17 | False |
Aniseed Syrup | 3 | Condiments | 10 | 13 | False |
Chef Anton's Cajun Seasoning | 4 | Condiments | 22 | 53 | False |
Chef Anton's Gumbo Mix | 5 | Condiments | 21.35 | 0 | True |
Grandma's Boysenberry Spread | 6 | Condiments | 25 | 120 | False |
Uncle Bob's Organic Dried Pears | 7 | Produce | 30 | 15 | False |
Northwoods Cranberry Sauce | 8 | Condiments | 40 | 6 | False |
Mishi Kobe Niku | 9 | Meat/Poultry | 97 | 29 | True |
Ikura | 10 | Seafood | 31 | 31 | False |
- Filter-menu.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
This Blazor Data Grid Filter Menu 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.