This is a migrated thread and some comments may be shown as answers.

[Solved] A grid that grows dynamically for a monitoring application

0 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chris Neave
Top achievements
Rank 1
Chris Neave asked on 22 Jun 2012, 09:01 AM
I have an AJAX bound grid displaying the contents of a log table from our database.  JavaScript in my page polls the server every 5s and if there are new rows on the log table they get returned.  Is it possible to load these new rows into the grid on the client side? Preferable I don't want to rebind the whole grid as the poll routine only returns new rows not the whole dataset each time.  Can you suggest an approach for this scenario?

Thanks
Tags
Grid
Asked by
Chris Neave
Top achievements
Rank 1
Share this question
or