Articles in this section

How to show waiting popup when Grid initially loads?

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)
Access denied
Access denied