Hi,
I came across an article that helps to format the grid - Header Grouping. It is accessible from Customizing with GridTemplateColumn . Now my problem - I have got a numerical column within the GridTemplateColumn. Is it possible to aggregate the values present in that column and display it in its own footer.
Output should be
Col1 Col2
X Y
A x1 10
B x2 0
C x3 20
total: 30
On the above grid, col2 is divided into X an Y sub columns. I need aggregation of Y column.
Any sort of help is highly appreciated.
Thanks a lot.
Milan G