Is there a way to implement live update/refresh of a grid that binds to a datasource/table and the data in the table is updated? Basically I have a grid that binds to a datasource/table. While viewing the grid on a page, if the data in the table that is associated to the grid is updated by another application/task, could the updated data/records be pushed to the grid so it can be refreshed with the updated records? This is without the user has to click on a button to initiate the refresh of the grid.
Announcement
Collapse
No announcement yet.
X
-
Hi khanhlam,
see here for messaging_stock_quotes. Depending on your needs also a Timer that calls refreshData() might be enough, but this is not pushed and might cause severe load on your server when you have a lot of users.
Best regards
Blama
Comment