Tree Grid / Filtering / Default Filtering

Blazor Tree Grid Example - Default Filtering

Loading Syncfusion Blazor Server Demos…

This sample demonstrates a filter bar that lets users type values to filter individual columns.

Enable filtering by setting AllowFiltering to true. A filter bar appears below the header for entering filter values. Configure behavior via TreeGridFilterSettings.

Hierarchical filtering modes (HierarchyMode):

  • Parent (default) – Show filtered records with parents
  • Child – Show filtered records with children
  • Both – Show filtered records with parents and children
  • None – Show only filtered records

In this demo, Parent mode is enabled by default.

More information on filtering can be found in the documentation section.