I have a situation where I need to display each row of the grid (or at least the data in each row) every 2 minutes. So when the page loads, you see the 1st row, and every 2 minutes the next row is made visible to the user until it reaches the last row in the datasource. What is the best method to handle this situation using a RadGrid?