jQuery UI Widgets › Forums › Grid › JqxGrid Update Interval
Tagged: jqxGrid ;, Refresh Rate
This topic contains 6 replies, has 3 voices, and was last updated by svetoslav_borislavov 6 months, 4 weeks ago.
-
AuthorJqxGrid Update Interval Posts
-
HI,
I am trying to refresh the grid for a certain interval, but whenever the setInterval function runs the grid freezes for like 1-2 secs.
I would like to know the best solution for this issue, the main goal is the refresh the grid, re-fetch the data from the database to display any updates from other users.
Thank you,
AkamaiHi,
Are you trying to do something like this: http://jsfiddle.net/wn6fzg9v/?
Could you, please send us a quick demo of the problem?Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
Yes, the link you’ve sent is exactly what I want to achieve.
I’ve studied the code, there’s one thing different, the data being generated on that link is assembled from the client-side,
while my app fetches data from the server.I am trying to replicate the process from the link above with the data being fetched from the server.
I will try to provide a demo of the problem.
Kind regards,
JessHi,
I’ve seen the demo you provided, the grid still flickers when being refreshed, is there anyway to prevent that.
I would like to refresh the grid as if nothing happens but the changes in data.
Thank you,
JessHi,
How many rows do you have in the new dataset?
Look at this demo with 100000 rows per two seconds: http://jsfiddle.net/86xfe1rL/You can send further info here svetoslav@jqwidgets.com
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
To clarify our question, every time setInterval executes there is a brief grid flicker
Which can see on the JQX Fiddle Links you posted above
In our case, we have the screen flickering every 10 seconds which is distracting to userIs there a way to avoid this flicker but just update the data in background ?
Or maybe only a flicker if there is new data received but no flicker otherwise ?
thanks !
Hi,
Could you, please try to update the data this way: http://jsfiddle.net/z1wgmer3/
This can be a workaround if you have lots of data. In the example the grid is updating with 100000 rowsBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.