[CLOSED] Get Store's Filtered Records

  1. #1

    [CLOSED] Get Store's Filtered Records

    I have a Store that has a filter applied. The expected behavior by the users is that once they apply a filter and they click the ToExcel button the resultset will be only the records that are appearing in the grid. However, all the data is being sent back. I just want to get the records after the filter is applied. I'm sure someone else has come across this. Any ideas?
    Last edited by geoffrey.mcgill; Oct 07, 2011 at 2:56 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use:
    GridPanel1.getRowsValues({
        filterRecord : GridPanel1.filters.getRecordFilter()
    });

Similar Threads

  1. Replies: 1
    Last Post: Dec 22, 2011, 6:17 AM
  2. Replies: 5
    Last Post: Jun 14, 2011, 11:47 AM
  3. Replies: 2
    Last Post: Apr 14, 2011, 9:03 AM
  4. Replies: 1
    Last Post: Nov 01, 2010, 9:00 PM
  5. Get Store records
    By walle in forum 1.x Help
    Replies: 4
    Last Post: Jul 17, 2010, 5:19 PM

Tags for this Thread

Posting Permissions