Hi
UltraGridColumn.PerformAutoResize does not seem to take summaries on that column into account that are placed on GroupBy rows (summary.SummaryDisplayArea = SummaryDisplayAreas.InGroupByRows), even if the SummaryPositionColumn is set explicitly when creating the summary using ultraGrid.DisplayLayout.Bands[0].Summaries.Add().
Is that right? Is there a way to AutoSize columns including their summaries on a GroupBy row?
Thanks in advance!
Marco
Hi Marco,
That sounds like a bug to me. You should Submit an incident to Infragistics Developer Support
Has this been fixed?
I am experiencing the same problem when it's grouped by, auto-size does not take into account the values of the columns.
Try using "summary.SummaryDisplayArea = SummaryDisplayAreas.InGroupByRows | SummaryDisplayAreas.Bottom" instead. I think that the resize logic does not take into account summaries unless they are in a "fixed" area, like the bottom.
-Matt
Thanks, but I have set TopFixed, InGroupByRows, RootRowFooter...
The resize logic should really take the value in GroupByRows into account...
Is this classified as a bug, or any workaround?
I'm not really sure if this is a bug or not. Do you have the SummaryPosition of the summary set to UseSummaryPositionColumn? If not, then it will definitely not be taken into consideration for resizing.
I also have this problem.
I'm using custom summaries, and have the SummaryPosition set to UseSummaryPositionColumn as mentioned above.
I can't find anything on the forum about a workaround for this, so is this a bug that is being fixed?
Thanks
Chris
If you've tried ORing something like "Bottom" or "Top" to the "UseSummaryPositionColumn" and you're still having this problem, you should contact Developer Support so that they can look into it.