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 enable-collapse-by-default property to true.

  • CSHTML
  • <ej-pivot-grid id="PivotGrid1" enable-collapse-by-default="true"></ej-pivot-grid>

    Collapse by default layout in ASP NET Core pivot grid control