I am implementing an AggregationRow as the last row in a Grid with simple integer data. Given only a limited amount of horizontal space, however, the Grid displays a horizontal scrollbar. But the AggregationRow is displayed below the scrollbar, and I find this very undesirable. Is there a parameter I'm missing or some sort of hack to move the AggregationRow above the scrollbar?
I've looked in the LayoutContainer, Container, and GridView class files in hopes of changing where the AggregationRow and scrollbar are placed in the layout, but I haven't had any luck. Does anyone know where I might be able to find these sorts of layout details?
I am having this issue as well. I have an aggregation grid to group columns, but do not have any aggregation rows. I do not see an aggregation row, but the grid scroll bar has a space below it, behaving as if the aggregation row(s) was present.