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?
IsraelTan said:Can I display the summary in hierarchical fashion like the image I posted?
No, not really. You might be able to achieve something like this using a whole bunch of summaries, but it's probably too complex to be worth the effort.
What about using a second grid control?
Can I display the summary in hierarchical fashion like the image I posted? I do not think the RowScrollRegion will work for me.
Hello,
Please read the “Remarks” section of the following link of our online help, where is explained where you could use fixed rows:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.3/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v10.3~Infragistics.Win.UltraWinGrid.UltraGridRow~Fixed.html
As an alternative I could suggest you to look at the following tutorial “Can UltraWinGrid display Summary Rows at the top of the grid and keep them in view when the grid scrolls vertically?” in our online knowledge base
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=3039
Please let me know if I misunderstood your scenario
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.