Getting div "Loading ..." to display for local jqgrid data type with virtual scrolling

When using the jqgrid "virtual scroll" function only to create items that appear for large data sets, there is a lag while it creates cells.

If you use ajax to receive data, the loading screen is displayed, but if the data type is local, the display does not appear to update the loading message, and the user sees the empty table for a while until it displays.

Are there any suggestions on how to get the download message for this scenario? Are there any events or hooks in jqgrid to add a timeout to get the browser to display the download message?

+5
source share

All Articles