This example illustrates the Blazor Grid filtering feature. Move the mouse cursor over a column header and click the dropdown button to open the filtering menu. You can filter rows which contain (match case) or do not contain certain word or which start or do not start with a certain word or which are equal (match case) or not equal to a certain word. In addition you can have complex condition with Or and And clauses. Filtering can be done in the background. You can also enable custom filter items in the dropdown of the filter row. In addition you can also have Date and Range filters which use a calendar.
Loading...