Advanced filtering and sorting

24 May 20191 minute to read

It allows you to filter and sort the field members in the pivot grid.

In client mode, you can enable the advanced filtering and sorting option in the pivot grid by setting the [enable-advanced-filter] property to true.

  • HTML
  • <ej:PivotGrid ID=" PivotGrid1" enable-advanced-filter="true" runat="server"></ej:PivotGrid>

    Sorting

    Sorting provides an option to sort the members of a field in an ascending or descending order.

    Sorting options in ASP NET Core pivot grid control

    Label filtering

    Label filtering provides an option to filter the members of a field purely based on their caption.

    Label filtering options in ASP NET Core pivot grid control

    Label filter dialog in ASP NET Core pivot grid control

    Value filtering

    Value filtering provides an option to filter members based on the total values of the appropriate measure between the members of the level.

    Value filtering options in ASP NET Core pivot grid control

    Value filter dialog in ASP NET Core pivot grid control