Hi,
I have a ultragrid with two band. First band will display the customer information where as in second band will display amount payable against items for particular customer. When i add a summary row, its display summary for each customer whereas what i need is total of all customer's amount at the bottom as summary.
Is there anyway to get the summary for all customer?
Thanks!!
This is a bit tricky. You will need to use an unbound column in the parent band to store the total of the child band (you can copy from the child row's SummaryValue) and then total the parent band.
I'm attaching a small sample demonstrating how it might be done.
But still I feel Infragistics should come up with this feature too. what do u say?