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
485
Refreshing grid has no ajax indicator
posted

Back long ago with a ultrawebgrid we use to call

 

                var grid = igtbl_getGridById(gsGridName);

                grid.Rows.refresh();

this would make everything work great.  

 

After reading a few posts here, it looks like the recommended way of refreshing a grid from javascript is to use an ajax updatepanel with a button in it.  For test purposes I just click the button. Great, the grid is refreshed.  The problem is that I do not see the ajax refresh image while it reloads.  

Am I doing this correctly?  

Parents Reply Children
No Data