Hi,
is there any best way to calculate sum of each child bands and displays in parent band?
i am binding a hierarchical list into ultragrid and i want to calculate sum for each child bands columns and displays in parent band column(summary)
please refer the attached image. as you see in the image,
sum of each invoice details sum will display in invoice columns same like sum of all invoice(invoice1,invoice2,invoice6) will display in employee1 summary column,sum of all invoice(invoice3,invoice4) will display in employee2 summary column.
same like it will calculate for all the months.
let me know if need more clarification
Thanks
Hi Ramesh,
Thank you for posting in our forums!
As far as I understand you would like to have summary columns in UltraGrid. In order to accomplish this task, you can benefit from the built in support for summary columns of UltraGrid. For further information take a look at the following documentation page: http://help.infragistics.com/doc/WinForms/2015.2/CLR4.0/?page=WinGrid_Summaries.html
Please let me know if you need any further assistance regarding this matter.