I want my grid to periodically reload and get the data from the url that i specify. Every 5 seconds, i want the grid to get the current data from the url. I have already tried using setInterval and window.timeout but when i do, the grid reloads the data from the browser cache. It does not invoke the url to get the new data.
Is there a way to make the grid reload and get the new data from the url at specific time intervals ?
Basically, i want the reload button to fire automatically every 5 seconds. How can I do this ?
please help
thanks