DataGrid / Filtering / Searching

Blazor DataGrid Example - Global Search Functionality Support

Loading Syncfusion Blazor Server Demos…

1 of 13 pages (153 items)

This sample demonstrates the DataGrid search functionality for quickly finding records.

The Blazor DataGrid search feature enables users to find specific records using the SearchAsync method, which takes a search key as a parameter.

In this demo:

  • Use the toolbar search box to enter your search criteria
  • Type the search key and click the search button or press Enter
  • The SearchAsync method is invoked to filter and display matching records

The DataGrid also supports accent-insensitive searching by setting the IgnoreAccent property to true in SearchSettings. This enables searches to match characters regardless of accent marks or diacritics, improving search flexibility.

For more detailed information about the search feature, refer to the search documentation.