I'm using Devexpress Xtragrid on Winforms. I am able to show group summary footer and total footer. But i want to show running sum too,is it possible how ?
Let's give an example over my data.
Username Points Week alex 20 1. john 15 1. alex 40 2. john 5 2. alex 30 3.
after grouping
week 1 alex 20 john 15 running sum: alex 20 john 15 week 2 alex 40 jon 5 running sum: alex 60 john 20 week 3 alex 30 running sum : alex 90 john 20
is there a way to show running some on xtragrid somehow ?