When I add a summary row and a summary value is displayed, if the value is too wide for the summary column cell then it gets truncated, even if the corresponding column is auto-sized.
Is there a way to resize the summarycolumn cell when the summary value is calculated/shown?
Elena,
Thanks for your reply. This now solves my problem. I had (incorrectly) assumed that by not setting the Width property this would imply auto-size, but apparently this has different behavior to setting it to "Auto" as in your example.
Setting the column width to "Auto" works for me.
Hello Andy99,
I was looking into the issue you are describing and I am not able to reproduce it. I created a sample where I set the column width for the numeric column to “Auto”. For this column I applied a sum summary and I noticed that the column resize accordingly, so the summary can be fully shown. Another approach that I can suggest you in order to customize the summary cell is stting a new style for the SummaryRowCellControl. SummaryRowCellControl element is currently placed in the
xmlns:igPrim=http://schemas.infragistics.com/xaml/primitives
If this doesn’t suit your scenario, could you please modify the attached sample, in order to represent the scenario you are describing, so I can continue researching this issue.
Thanks in advance.