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 andif 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
Hello,
I would suggest handle UpdateRowBatch or UpdateRow on the server depends on your needs.
Hope this helps.