Hi All,
I am working on an application where in i need to display the sum of the values in a particular column under the grid.
So for this am using the grid summaries feature.
The problem arises when the grid has a vertical scroll the summaries disappear at the last row of the grid. It should be in such a way that even if the scroll appears the summary should be visible to the user like it was given in the screenshot attached.
Is this possible through grid summaries or is there any feature that infragestics supports for this.
Hi Mike,
Found the solution myself. If I set the following properties for the summary it is fixed and it is not sinking even if the scroll appears.
ultraGrid1.DisplayLayout.Override.SummaryDisplayArea =
SummaryDisplayAreas.BottomFixed;
Thank you so much for your help
This sound vaguely familiar. Are you using the latest service release? I think this is a bug that may have been fixed a while ago.
How to get the latest service release - Infragistics Community