Hello,
I am using a GridSummaryRowDescriptor on a grid grouping control object. I add it as follows :
UpfrontTrackerQtrDetails.TableDescriptor.SummaryRows.Add(quarterSummaryRow)
Everything works good, but the table is large and scrollable and this row appears all the way at the bottom. I need this row to be a static footer(i.e. this summary row should be visible at all times). How can this be done?
Thanks,
Mike