The existence of the total aggregate column in setting up a GI implies the existence of standard methods for creating a footer in a PXGrid. This is further supported by the existence of markup for the Footer of a PXGridColumn, such as the following being valid markup:
<Layout FooterVisible="True" />
<px:PXGridColumn DataField="SalesAmount" Width="95">
<Footer SummaryType="Sum"></Footer>
</px:PXGridColumn>
However, I can’t find any reliable documentation of how to leverage the GI technique in a custom page, and other questions/answers relating to this topic don’t on close inspection actually answer the topic. For example, one of the threads suggests a solution of instead of modifying the footer to add a dummy row for the subtotal to the end of the result set - a solution that isn’t applicable to the large result sets I’m dealing with.
Can someone suggest if there is a way to replicate the GI footer subtotals in a custom page?
