More Advanced Grid Filtering

  1. #1

    More Advanced Grid Filtering

    We get heavy use out of the grid filters, and we would like to see more advanced grid filtering options, including:

    1. For number filters, ability to use multiple filters together with an OR, such as (X < 5 OR X > 10) (but to still be able to choose to use the default AND behavior)
    2. For all filter types, ability to do not equals-- for example X != 10 or Name != "John"
    3. For string filters, ability to add multiple filter conditions to a single column-- for example (Name LIKE "John" OR Name LIKE "Jack")

    We do most of our filtering remotely, so it is possible to implement these complex filters on the server side, but the challenge is creating the UI for accepting more advanced filters.
  2. #2
    Hi

    You can use FilterHeader and implement any desired behaviour
    https://examples2.ext.net/#/GridPane...tom_Behaviour/
  3. #3
    Yes, I have considered that. But in that case we would have to define some sort of boolean search specification that our users would use to type in the filters.

    I think it would be much more intuitive to be able to use the normal gridfilters. Users expect something similar to Excel's column filter interface. If we could edit the menu of a column, this might make it easier to implement the UI we are imagining -- so that might be a related or substitute feature request (see http://forums.ext.net/showthread.php...mn-header-menu )

    Thanks.

Similar Threads

  1. How to create reguler-exp for filtering grid...
    By antoreegan in forum 2.x Help
    Replies: 0
    Last Post: Apr 13, 2013, 5:24 AM
  2. grid filtering
    By ada in forum 2.x Help
    Replies: 3
    Last Post: Mar 23, 2013, 7:33 AM
  3. Replies: 2
    Last Post: Nov 01, 2012, 11:40 AM
  4. Advanced Filtering - Filter Expression
    By ecerrillos in forum 1.x Help
    Replies: 0
    Last Post: Aug 29, 2010, 8:38 PM
  5. Grid (Store) filtering question
    By quasimidi in forum 1.x Help
    Replies: 2
    Last Post: Jun 15, 2010, 9:10 AM

Tags for this Thread

Posting Permissions