Articles in this section
Category / Section

How to show waiting popup when Grid initially loads?

1 min read

You can show the Waiting Popup when the grid initially loads 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)
Please sign in to leave a comment
Access denied
Access denied