Announcement

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

    grid.getTotalRows

    If i query a grid for totalrows, is that value always coming from the latest server-side dsresponse totalrows? (apart from the inline caveat in your javadoc)

    Just checking that i haven't missed something. :)

    #2
    Yes, unless there are unsaved edited rows, or the cache gets invalidated. In the latter case, you can check lengthIsKnown() to guard against that.

    Comment

    Working...
    X