ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
How to dynamically sum the value in column > summary option
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to dynamically sum the value in column > summary option (Read 2454 times)
iamgsprabhu
Newbie
Posts: 21
How to dynamically sum the value in column > summary option
«
on:
September 28, 2016, 08:00:59 pm »
I have a grid where I want to display the sum of value entered for a group. I am currently able to display the sum at the beginning, but if I change the value it does not recalculate it.
How can I achieve this ?
please advise.
thx
Prabhu
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: How to dynamically sum the value in column > summary option
«
Reply #1 on:
September 28, 2016, 08:16:17 pm »
Code:
[Select]
cellSave: function(){
$(this).pqGrid('refreshView');
},
Logged
iamgsprabhu
Newbie
Posts: 21
Re: How to dynamically sum the value in column > summary option
«
Reply #2 on:
September 28, 2016, 11:26:38 pm »
Thank, perfect it worked.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
How to dynamically sum the value in column > summary option