Overview
The Blazor DataGrid filtering helps view particular or related records, which meet a given filtering criteria.It supports various filter types that include powerful Excel-like filter. The Blazor Data Grid filter allows users to choose appropriate filter type, define their own custom filtering logic, and customize the filtering UI based on their application needs. It also has an option to filter diacritic characters in Blazor Data Grid.
Filter operators
The Blazor Data Grid component offers filter operators to set column filter conditions. Wildcard (*) and LIKE (%) operators handle string-type columns, matching values based on specified patterns.


Powerful excel-like filter
The Excel-like filter helps create complex filter criteria for a column by allowing users to select possible filter values from a check box list. Additionally, users can build complex filter criteria using advanced filter option.
Custom filter/extensible filter UI
Filter UI and logic for a column is applied based on the column type. It is also possible for the users to define their own custom filter UI and filtering logic for a column to suit their application needs.


Search
Search DataGrid rows using the built-in search box in the toolbar or programmatically. The built-in settings allow users to customize search behavior.
Our Customers Love Us