Hi,
Could you please help to add column data rowise and display it in the last column in the grid..
e.g
Let's say the grid looks like this
Col1 Col2 Col3 TotalCol
1 1 1 3
2 3 5 10
3 3 5 11
In the above grid, TotalCol is contains summation of Col1 + col2 + col3 horizontally. Can it be achieved at runtime. Please note that the the number of coumns are not always same - it changes based on parameters passed to database.
Any help would be deeply appreciated.
Thanks a lot.
Milan G