Articles in this section
Category / Section

How to hide totals in PivotGrid ?

1 min read

This KB illustrates that how to hide totals in PivotGrid control.

Solution:

You can hide totals in PivotGrid with “NoSummaries” API by using the following code examples.

JS

$("#PivotGrid1").ejPivotGrid({ url: "../wcf/PivotGridService.svc", 
layout: ej.PivotGrid.Layout.NoSummaries });

 

MVC

@Html.EJ().Pivot().PivotGrid("PivotGrid1").Layout(PivotGridLayout.NoSummaries).Url("../wcf/PivotGridService.svc")

 

ASP

<ej:PivotGrid ID="PivotGrid1" runat="server" Url="../wcf/PivotGridService.svc" Layout="NoSummaries"></ej:PivotGrid>

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied