Example of Default Filtering in Blazor Gantt Chart Component

Gantt Chart / Filtering / Default Filtering

The filtering feature enables the user to view reduced amount of records based on filter criteria. It can be enabled by setting AllowFiltering to true

The Gantt Chart also provides support for a set of filtering modes using the HierarchyMode property. The following types of filter modes are available in the Gantt Chart:

  • Parent - This is the default filter hierarchy mode in the Gantt Chart. The filtered records are displayed along with their parent records. If the filtered records do not have any parent records, then the filtered records alone will be displayed.
  • Child - The filtered records are displayed along with their child records. If the filtered records do not have any child records, then the filtered records alone will be displayed.
  • Both - The filtered records are displayed along with both their parent and child records. If the filtered records do not have any parent or child records, then the filtered records alone will be displayed.
  • None - Only the actual filtered records are displayed.

More information about the filtering feature can be found in this documentation section.

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