Adding another row using footer in DataGrid
How to add another row (<tr>..</tr>)
in DataGrid using footer item?
I use footer to show total of each column, but i need to row to display the total. Any help is greatly appreciated.
Using repeater can solve this problem easily but i do not want to change the existing code too much.
Thank you
|