Using flexgrid.
flexgrid row
id value
001 200
003 400
002 600
...
I want to sum the value column, sum(value) in flex grid,
Flexgrid rows are populating from the table, at last right side i want to show the total of value column in flex grid itself. How to do this.
Expected Output
id value
001 200
003 400
002 600
........
Total 1200 ' I want to show the total in flex grid itself...