Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
how to calculate total without looping through the whole grid
posted

hi everyone,

my problem is that i have to contain 500 rows on a single page and i have 1-15 pages on my grid.

when i edit a cell and modify the value in it, i use the ExitedEditMode event to calculate the the total number in a javascript. but its too slow to loop through the grid. so i calculate it on the server side and
if i knew the value what was in the cell that had been modified i could just add the difference to the server side value and it would be so much faster.

is that possible to do?

thank you,

B

 

Parents
No Data
Reply Children
No Data