Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Listgrid \ ResultSet - how can I check if all the data has been retrieved from the server

    Hi,
    I wonder what is the best approach to check if all the data has arrived to the client, for a listGrid with pagination.
    I read about ResultSet.allMatchingRowsCached() and it seems to be the right choice.

    Is there a better solution?

    #2
    That's the correct API to call.

    It's not clear how there could be a better solution than having an API you can just call to find out exactly what you're asking..

    Comment

    Working...
    X