Articles in this section

How can I display a waiting popup when the Grid first loads?

 

You can show the Waiting Popup when the grid initially loads in ASP.NET Webforms with the following code:

window.onload=Refresh;

function Refresh()

{

//Check the ''GridStatus'' value. This will avoid firing this event while Grouping/Sorting etc..

if(document.getElementById(''GridStatus'').value!="loaded")

_sfCallbackPanel1.callback();

}

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied