Hi,
I have a grid with groups. For each group, I have a SummaryRow. I need to make some modifications to the SummaryRow; one thing is that I need to set the title fixed (as in a fixed column), the other thing is that some of the rows should not be included in the summarization, and I therefore want to remove it from the sum. As none of this is possible in the SummaryRow, I create a ValueRow for each SummaryRow in the groups (and I will hide the SummaryRow). I want to copy the title and all values. The title is ok, I copy it when the groups are added. The problem, however, is the sum values, as these are computed as late as possible. I have added an application.idle event on CellValue_Changed, wich loops the groups and tries to copy the values to the ValueRows. The problem is that I end up with the same values in all the groups. How do I distinguish each SummaryRow for the different Group collections?
Thanks in advance for any help! Any code examples are greatly appreciated.
Best regards,
Annette Skår