Hi,
I have requirement to display the summary of each row as total of all the cell in the row in Card view. I have searched that summary is not supported for card view. so i have tried to display the total value in the unbounded column which the last column in the card view.
How effectively we can calculate the total of each row and display it in the unbounded column. the summary column needs to updated when other cell changes as well
Thanks,
Sundaram
Thanks you for the example, i have tried it and it's working as expected. Thank you.
Regards,
Hello,
InitializeRow event is fired not only at the beginning, but every time a cell value is updated, so setting up the value of the unbound column would be best. Having in mind your datasource implements property changed or collection changed, it will update accordingly.
I have prepared a sample for you for further reference.
Please let me know if you have any other questions.
Sincerely,
Tihomir TonevAssociate Software DeveloperInfragistics
UltraGridGroupCalcSample.zip