[CLOSED] Filter across multiple field

  1. #1

    [CLOSED] Filter across multiple field

    Hi I have a trigerfield used for searching a listview. I would like to implement a filter that shows the records that that contains the search value either in the first field or the second field.

    I know you can filter on a single field using
     lvgrid.store.filter("Name", filter, true, false, false);
    if I want to do the same filtering on same "Name" and "Description" How can this be achieved.

    Regards
    Last edited by Daniil; Jul 25, 2011 at 8:55 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Please use .filterBy().
    http://dev.sencha.com/deploy/ext-3.4...ember=filterBy

    Here is an example how to use .filterBy():
    https://examples1.ext.net/#/GridPane...Header/Filter/
  3. #3
    Thanks for the response

Similar Threads

  1. File Upload Field - Multiple files?
    By peter.campbell in forum 1.x Help
    Replies: 2
    Last Post: Jul 04, 2012, 11:40 AM
  2. [CLOSED] Filter grid in field date
    By majunior in forum 1.x Legacy Premium Help
    Replies: 20
    Last Post: May 31, 2011, 1:26 PM
  3. [CLOSED] multiple validations in single field
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 23, 2011, 5:45 PM
  4. [CLOSED] Problem when dragging a filter field
    By gdg@abaksoftware.com in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 31, 2010, 3:56 PM
  5. [CLOSED] Multiple Grouping Field on a Grid's Store
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 04, 2009, 10:22 AM

Posting Permissions