I need to fix a several rows of data that belongs to a group (please see image . The area bounded in red is the one I need fixed). The outlook Group by header is not visible. We need this group fixed to show summary info at all times for all the details below sort of like Excel's freeze panes. My problem is I get the top row frozen but the rows under its hierarchy does not. Is it even possible to do this using UltraGrid? Any suggestions on how to to this?
Hi,
I don't think it is possible to fix child rows. But if you want to display a summary, you would add a Summary to the band and fix the summary row on top of the grid.
Another option would be to use a RowScrollRegion. By dragging the splitter bar on the grid's Vertical scroll bar you can create two scroll regions. This isn't exactly what you want, because the same row will be visible in the bottom scroll region as well as the top one. Also, it won't be easy to position the size of the region to exactly fit the GroupByRow and all it's child rows. But it's pretty close to what you want to do here.
Can I display the summary in hierarchical fashion like the image I posted? I do not think the RowScrollRegion will work for me.