Hi,
Thanks for your advice.
I could be wrong, but I think for a Grand Total, you want to use BottomFixed, not Bottom.
Thanks for your advice. I did try that but that also add a summary row on every group level. I wonder if I will need to use CreationFilter for that. If so how can I find the "last displayed" row? (since I'm using group by the last row can be different depending if the group is exanded or not)
Okay, I've got it now. You have to add in the RootRowsFootersOnly flag.
Hi Mike,
You were right!!
I added this flag and also the SummaryDisplayAreas.Bottom (says in the documentation) and SummaryDisplayAreas.RootRowsFootersOnly
This combination did the trick.
THANKS!
No, I don't think so. I'm not sure when the SummaryDisplayAreas property was added, but if you don't have it in v5.1, then you will probably need to upgrade.
I have the same problem, but i am working with UltraWinGrid 5.1 version. Is there any similar solution for this version?