waiting said:You should do this on server (php/asp..), sum and construct data, not at front side.
I realize that the summation can happen on the server side, but..
it seems that if the data is entered on the client side, there is no reason not to sum it on the client side before handing it to the server. This would allow the golfer to see his summed score, without having to go to the server then back to the client with the result. Is it not technically possible to do this with jquery/jqgrid ?? thnx,wk