Greetings Infragistics!
I am having a problem with hiding the Sigma character on columns who have summary rows enabled. My problem is that I can't do it.
I have the summary row enabled because my customer requires sums across all dollar columns. I have a custom style for the summary row and I have added the summary operand tags in the individual columns.
Everything is working fine, except that the grid refuses to hide the Sigma character no matter what I try. I've tried overriding the styles listed at http://help.infragistics.com/Help/Doc/Silverlight/2012.1/CLR4.0/html/Designers_Guide_Styling_Points_for_xamGrid.html with no luck, and I've searched all of the properties that I can think of and still no luck.
I'd sure appreciate your help!
Thank You,
William Raiford
Hello again!
I am just writing again to see if there is any update on this. Any help would be appreciated!
Hello William,
Thank you for your post. I have been looking into it and I can suggest you copy the default Style of the HeaderCellControl and the Resources used in it from here by default:
C:\Program Files (x86)\Infragistics\2013.2\Silverlight\DefaultStyles\XamGrid\generic.xaml file
Once you did this you can comment a VisualState called “SummaryStates”, which controls the “SummaryHeaderDropDownControl” element visibility. The control is collapsed by default. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.