DataGrid / Filtering / Default Filtering

Blazor DataGrid Example - Default Filtering

Loading Syncfusion Blazor Server Demos…

1 of 6 pages (69 items)

This sample demonstrates the DataGrid's default filtering functionality with filter bar input.

The Blazor DataGrid filtering feature allows users to view a subset of records based on filter criteria. To enable filtering, set the AllowFiltering property to true.

When filtering is enabled, a filter bar row appears below the column headers, allowing users to enter filter criteria. To filter a specific column in this demo, type the desired value in the filter bar cell and press Enter.

The filter bar supports two activation modes:

  • OnEnter - The filter is activated only when the Enter key is pressed, providing explicit control over filtering.
  • Immediate - The filter begins automatically after a 1500ms delay from when the user stops typing, enabling real-time filtering without explicit activation. Configure the delay duration using the GridFilterSettings component's ImmediateModeDelay property.

In this demo, you can filter the DataGrid by typing text into the filter bar cells.

For more detailed information about filtering, refer to the filtering documentation.

Transform your Blazor web apps today with Syncfusion® Blazor components
145+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE