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
440
Loading indicator when grid BeginUpdate()
posted

Hi,

I have a grid with about 20 bands, and for each band in the IntializeRow
we do some modifications to the rows. So in the PopulateGrid
method we have:

 

//////
gridAuthorizations.BeginUpdate();
gridAuthorizations.DataSrouce = object;
......
......
gridAuthorizations.EndUpdate(true);
//////
The grid takes about 4 to 5 seconds to show all the data so 
we want to know if there is any async method where we can 
show a loading animation or something meanwhile the data 
is processingthe rows.

Hope someone know how to implement this...
Thanks a lot 

 

Parents
No Data
Reply
  • 48586
    posted

    Hello, ­­­­­

     

    I am just checking about the progress of this issue. Let me know If you need my further assistance on this  issue?

     

     

    Thank you for using Infragistics Components.

Children
No Data