Announcement

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

    How to get all records from filtered ListGrid

    Hi, I have problem to get all underlying records from grid when calling getRecordList() or getRecords(). Only visible records are returned. Filtering is enabled on grid and also setSaveLocally(true) is set to not call server everytime we add/remove record to/from grid. Is there any way to get all records even when filter is applied? Thanks.

    #2
    See ResultSet.getAllCachedRows().

    Comment


      #3
      working, thanks :-)

      Comment

      Working...
      X