Blazor Tree Grid Example - Excel like Filter
Employee ID Press Alt Down to open filter Menu | Full Name Press Alt Down to open filter Menu | Designation Press Alt Down to open filter Menu | Joined Date Press Alt Down to open filter Menu | Country Press Alt Down to open filter Menu | Availability Press Alt Down to open filter Menu | Email Press Alt Down to open filter Menu |
|---|
| EMP001 | Sophia Turner | Chief Executive Officer | 02/02/1991 | London, UK | Yes | |
| EMP002 | Lucas Walker | VP Engineering | 16/02/2010 | Chicago, IL | Yes | |
| EMP003 | Charlotte Harris | VP Marketing | 17/03/2011 | San Francisco, CA | Yes | |
| EMP004 | Amelia Martin | VP Sales | 18/04/2012 | New York, USA | No | |
| EMP005 | Ethan Lewis | Chief of Staff | 19/05/2013 | London, UK | Yes | |
| EMP006 | William Brown | Chief Technology Officer | 03/03/1992 | Seattle, WA | Yes | |
| EMP007 | Isabella Moore | Lead Developer | 26/12/2002 | Seattle, WA | No | |
| EMP008 | Liam Taylor | Senior Architect | 27/01/2003 | Los Angeles, CA | Yes | |
| EMP009 | Ava Anderson | DevOps Manager | 01/02/2004 | Chicago, IL | Yes | |
| EMP010 | Noah Thomas | QA Lead | 02/03/2005 | San Francisco, CA | Yes |
This sample shows how to filter Tree Grid columns using an Excel-like filter dialog with value-based filtering, search, and conditional logic.
Enable Excel-like filtering by setting AllowFiltering to true and TreeGridFilterSettings.Type to FilterType.Excel.
Hierarchy modes (HierarchyMode): Parent (default), Child, Both, and None. In this demo, Parent is enabled by default.
More information on Excel-like filter can be found in the documentation section.