Hi Guys,
How do we have an extra darker border to demarkate if you have two 2 column fields ,or two row fields. We want to distinguish by having a darker border when the boundaries of the first column field end. So for example if you have City, Quarter as your two columns, you want a darker border when you City ends.
In addition can we have different color/font templates for the two different column fields, or row fields.
So, in other words if we have two columns (City, Quarter), how do we change the template PivotColumnHeaderCellControl to distinguish between these two levels. Is there a property in there we can use.
Cheers,
Anand
Hello Anand and thank you for posting!
I have been looking into your post and if you would like to style the headers of the columns in XamPivotGrid you set XamPivotGrid.ColumnHeaderTemplate header template and apply it for the level and hierarchy that you would like. You can have a look at the Samples Browser for a sample that illustrates this by navigating to XamPivotGrid->Display->Custom header and Cell Templates and you can also have a look at the documentation for additional details on the hierarchy and level specifications: http://help.infragistics.com/Help/Doc/WPF/2014.2/CLR4.0/html/xamPivotGrid_Customizing_Cells_with_Templates_Procedure_and_Code_Example.html.In case you have any other questions or concerns, feel free to let me know.
Can we reset the Control template of for example PivotColumnHeaderCellControl? How can we do so?