I have set display summary in groupbyrows by using the SummaryDisplayArea property as shown below.
grd.DisplayLayout.Override.SummaryDisplayArea = SummaryDisplayAreas.TopFixed;
grd.DisplayLayout.Override.SummaryDisplayArea |=SummaryDisplayAreas.GroupByRowsFooter;
grd.DisplayLayout.Override.SummaryDisplayArea |= SummaryDisplayAreas.InGroupByRows;
grd.DisplayLayout.Override.GroupBySummaryDisplayStyle =GroupBySummaryDisplayStyle.SummaryCells;
grd.DisplayLayout.Override.SummaryFooterAppearance.BackColor = SystemColors.Info;
grd.DisplayLayout.Override.SummaryValueAppearance.BackColor = SystemColors.Window;
grd.DisplayLayout.Override.SummaryValueAppearance.FontData.Bold =DefaultableBoolean.True;
grd.DisplayLayout.Override.GroupBySummaryValueAppearance.BackColor =SystemColors.Window;
grd.DisplayLayout.Override.GroupBySummaryValueAppearance.TextHAlign = HAlign.Right;
grd.DisplayLayout.Override.SummaryValueAppearance.TextHAlign = HAlign.Right;
grd.DisplayLayout.Override.SummaryFooterCaptionVisible = DefaultableBoolean.False;
Everything works fine except the last column. I am displaying a table that is wider than the grid display window. When I scroll all the way to the right, as you can see below, the columns shift, but the summary cell/text of the last column remains at the same position (half way hidden behind the grid). Everything does show correctly if I don't have to scroll (for example if I adjust resolution). This is a client app so I cannot have them adjust their resolution. Any solutions would be great.
Hi,
I'm afraid I don't understand the issue. What's the problem, exactly? There's nothing obvious wrong in this screen shot as far as I can see. And I do not understand what you mean by "the summary cell/text of the last column remains at the same position (half way hidden behind the grid)"
Also, look at 2018, the $4 is getting truncated off, and the cells above it are blank. The values in the cells are the same as the previous year.
Oh, I see now. It wasn't clear to me that those empty cells and the "$4" were clipped.
I can't see any reason why that should happen, unless maybe you are using a DrawFilter or CreationFilter which is incorrectly manipulating the elements.
If you are not already doing so, I recommend getting the latest service release.
If that doesn't help, can you duplicate this issue in a small sample project?
MIke,
We are not using any creation filters or draw filters, and we do have the latest hot fix installed. We can create a sample project demostrating this, where should I put that?
This problem only occurs when we have to scroll to view the last column, if it fits on the screen it is fine.
You can either post the sample here or Submit an incident to Infragistics Developer Support