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
315
Suspend Summary Calculation till data is loaded
posted

Hi,

 

In our application, we fetch data row-wise and then bind it to the grid after it reaches a particular count (say 1000).  After binding the first chunk of data, we retrieve the next chunk.

The layout that we apply to the grid has summaries set on certain columns. The values of these summaries keep getting updated as the data gets bound to the grid.

 

What we'd like to know is, is there any way to suspend the calculation of these summaries till the entire data is loaded? 

 

Do let us know,

 

Thanks in advance