I have the need to differentiate each group in the Columns because my pivot will have a lot of data
As shown here I need to put a border or different background color or something around each of the Piviot Values
(either via Borders as shown or by changing the background to make an alernating pattern Light / Dark etc to differenciate visually each group
I tried the Initialize Column even but thats' down at the Weght / Cost level and not at the Top Level (0000001, 0000002, etc)
Hello Jose,
Thank you for posting in our forum.
There is no build in property or method in UltraPivot grid allowing you to customize the cells appearance according to their column headers. However you can achieve this by implementing a custom DrawFilter. More about draw filter you may find by following the next link http://help.infragistics.com/Help/Doc/WinForms/2015.2/CLR4.0/html/Win_Draw_Filter.html.
Please check the attached sample project where I have implement such behavior and et me know if you need any additional information.
Thank you for using Infragistics Controls.