You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: