Articles in this section
Category / Section

How to hide columns without filtering

1 min read

It can be done by using the method SetHidden in the pivot Grid. The following code explains the same.

C#

this.pivotGrid1.InternalGrid.Model.ColumnWidths.SetHidden(5, 5, true);

 

http://www.syncfusion.com/downloads/Support/DirectTrac/100469/clip_image001842138148.jpg

Figure: Pivot Grid shows all columns

http://www.syncfusion.com/downloads/Support/DirectTrac/100469/clip_image002890753827.png

Figure: Pivot Grid with filtered columns

 

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