Collapse by default

11 Feb 20191 minute to read

IMPORTANT

This feature is applicable only for Relational datasource.

Allows you to collapse all members displayed in the grid. You can enable collapsing all members by default in the PivotGrid by setting the EnableCollapseByDefault(/api/js/ejpivotgrid#members: enablecollapsebydefault) property to true.

  • CSHTML
  • @Html.EJ().Pivot().PivotGrid("PivotGrid1").EnableCollapseByDefault(true)

    Collapse by default layout in ASP NET MVC pivot grid control