This question is locked. New answers and comments are not allowed.
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
Thanks