This is a migrated thread and some comments may be shown as answers.

PivotGrid

2 Answers 34 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
Vivek
Top achievements
Rank 1
Vivek asked on 16 Sep 2015, 11:56 AM
How can i Hide the sub total and grand total from the grid

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 17 Sep 2015, 08:42 AM
Hello Vivek,

Thank you for writing.

You could hide the grand and sub totals position the following way:
this.radPivotGrid1.ColumnGrandTotalsPosition = Telerik.WinControls.UI.TotalsPos.None;
this.radPivotGrid1.RowGrandTotalsPosition = Telerik.WinControls.UI.TotalsPos.None;
this.radPivotGrid1.ColumnsSubTotalsPosition = Telerik.WinControls.UI.TotalsPos.None;
this.radPivotGrid1.RowsSubTotalsPosition = Telerik.WinControls.UI.TotalsPos.None;

Please check the following documentation article providing additional information on how the pivot layout can be tuned: Layout Settings.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Vivek
Top achievements
Rank 1
answered on 18 Sep 2015, 04:55 AM

Hi sir,

Thank you sir.It realy works.

 

Tags
PivotGrid and PivotFieldList
Asked by
Vivek
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Vivek
Top achievements
Rank 1
Share this question
or