Rank: Newbie Groups: Member
Joined: 3/25/2008 Posts: 4
|
Hi everybody,
I just wanna find out if ts possible to have a "Total" at the bottom of a column..
I've got a few columns that i'd like to get the total value for, basically adding up all records.
Don't know if I'm making sence here, if you don't understand please let me know.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It's possible but you will need to implement that by yourself. The Grid provides a list of rows and cells, and you can use JavaScript to read or write each cell. So basically you would setup all the cell first, then handle the Grid's ClientSideOnCellSelected to update your total cell whenever user moves from one cell to another.
Thanks
|