Hi.
I'm wondering if there is a way in the xamPivotGrid to have alternate highlighting of row headers. Specifically, I want row headers on level 1 to have a white background, level 2 to have a grey background, and then subsequent levels to alternate between the two.
I've found a way to do it for the data cells (based loosely on http://ko.infragistics.com/community/forums/t/49331.aspx), but I can't seem to figure out how to replicate for header cells. Is this supported in any way?
Thanks.
Hi
may be this sample will be interesting for you;
http://ko.infragistics.com/products/silverlight/sample/pivot-grid/#/custom-header-and-cell-templates
Regards
Todor
Thank you, Todor.
I basically copied the sample (taking out the Button reference), and I've been able to get the background colour to cover the TextBlock region. How can I extend this to cover the entire header cell?