Articles in this section
Category / Section

How to add headers for specific rows

1 min read

Our pivot grid doesn’t have support to show the headers for the pivotrows of the pivotgrid control without showing the grouping bar. By setting the AllowSorting and AllowFiltering property in pivotgrid groupingBar to false, we can achieve this.

C#

this.pivotGrid1.GroupingBar.AllowFiltering = false;
this.pivotGrid1.GroupingBar.AllowSorting = false;
 

 

D:\documentation\Rowheadersinpivotgrid.PNG

Figure: pivot Grid showing customized headers

 

 

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