Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please wait message should appear when page loads #22

Open
atp0303 opened this issue Feb 27, 2012 · 0 comments
Open

Please wait message should appear when page loads #22

atp0303 opened this issue Feb 27, 2012 · 0 comments

Comments

@atp0303
Copy link

atp0303 commented Feb 27, 2012

Hi,

I noticed that the "Please wait" message is showing after the HTTP request for JSON data is returned to the client.

As a quick test i issued a sleep command for 60 seconds on the server before returning JSON data. During this time the webpage is blank and the "Please Wait..." message does not appear.

After 60 seconds and ALL of the JSON data is returned to the client do i see "Please Wait...". By that time there's no real value anymore for the message since the grid rendering on client browser is very quick.

Would it be possible to change the sequence of the "Please Wait..." message? Ideally it should displayed as soon as the page loads.

I had a look at the code but not really sure where to make the change - If you can point me i can try to update the code.

Thanks for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant