Hi, I have the following situation where the user might be on page 10 (10 items per page), some events on the server might clear the data on the server leaving only 5 records. Since I refresh from a timer, out of the blue, the software displays no data. If the user is not aware that the page number is currently empty, it will think there is no data in the table, is not until they manually change to page one, that they notice there is more data on the database.
How can I detect this, and automatically move to either last page?
Thanks,
Luis