Having trouble getting help?
Contact Support
Contact Support
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.
@Html.EJ().Pivot().PivotGrid("PivotGrid1").EnableCollapseByDefault(true)