Welcome Guest Search | Active Topics | Sign In | Register

Grid question Options
Eleven
Posted: Tuesday, March 25, 2008 8:06:55 AM
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!
eo_support
Posted: Tuesday, March 25, 2008 8:29:52 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.