Collapse by default

11 Feb 20191 minute to read

IMPORTANT

This feature is applicable only for the relational data source.

Allows you to collapse all members that are displayed in the grid. You can enable collapsing all members by default in the pivot grid by setting the EnableCollapseByDefault property to true.

  • HTML
  • <ej:PivotGrid ID="PivotGrid1" runat="server" EnableCollapseByDefault="true"></ej:PivotGrid>

    Collapse by default layout in ASP NET pivot grid control