1. #901
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,257
    Vote Rating
    86
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    You would need to implement that logic at server. Server receives what user types (a or á) and then filters records in the database.

  2. #902
    Ext User
    Join Date
    Jun 2008
    Posts
    13
    Vote Rating
    0
    bk1 is on a distinguished road

      0  

    Default onTriggerClear does not seem to work

    onTriggerClear does not seem to work


    Hi- In implementing the Grid Search plugin in Ext 3.0, the onTriggerClear event does not seem to be called, though all other events are able to be invoked: init, onKeyUp... The ESC to clear the search field does not work either.

    Would appreciate your thoughts on resolving this. Thanks!

    BK

  3. #903
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,257
    Vote Rating
    86
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Do you have the latest (devel) version?

  4. #904
    Ext User
    Join Date
    Jun 2008
    Posts
    13
    Vote Rating
    0
    bk1 is on a distinguished road

      0  

    Default


    I downloaded http://gridsearch.extjs.eu/gridsearch.zip and used the Ext.ux.grid.Search.js replacing it with the copy I had. While it workred in the examples, it gave errors such as "throw without catch" and "object expected".

    Is there another version l should look for?

    Thanks.

    BK

  5. #905
    Ext User Shmoo's Avatar
    Join Date
    Sep 2007
    Posts
    41
    Vote Rating
    0
    Shmoo is on a distinguished road

      0  

    Default


    Hi!

    Amazing plug-in, as expected from Saki.

    I am using EXT JS 3.1.0, Firefox 3.6.10. The "x" button, or should I say the clear / reset button doesn't seem to work when I press on it.
    Here is how I used the grid plugin..
    Code:
    ,plugins: [new Ext.ux.grid.Search({
                    	iconCls:'icon-magnifier'
    	                ,minChars:2
    	                ,mode:'local'
    	                ,autoFocus:true
    	                ,width: 150
    
                    })]
    Also, how do I set it to be position on the top toolbar if I have one such toolbar already existing? Is it simply adding a configuration option position:'top' ?

    Thanks in advance!

  6. #906
    Sencha User
    Join Date
    Apr 2010
    Posts
    100
    Vote Rating
    -1
    Dipish has a little shameless behaviour in the past

      0  

    Default


    Quote Originally Posted by Shmoo View Post
    I am using EXT JS 3.1.0, Firefox 3.6.10. The "x" button, or should I say the clear / reset button doesn't seem to work when I press on it.
    I have the same problem, ExtJS 3.2.1

  7. #907
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,257
    Vote Rating
    86
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    I didn't test 3.2.1 specifically, but example run against Ext 3.2.2 works as expected including clear trigger. Are you sure that you run rev 798 from the devel download package?

  8. #908
    Sencha User
    Join Date
    Apr 2010
    Posts
    100
    Vote Rating
    -1
    Dipish has a little shameless behaviour in the past

      0  

    Default


    No, I used stable version. Is the current devel version more 'bulletproof'?

  9. #909
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,257
    Vote Rating
    86
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Devel contains bugfixes.

  10. #910
    Ext User
    Join Date
    Oct 2009
    Posts
    7
    Vote Rating
    0
    jbusuulwa is on a distinguished road

      0  

    Default


    Quote Originally Posted by jsakalos View Post
    Hi all,

    the self-contained Grid Search Plugin usage example follows. This example is configured to use local filtering (mode:'local') but remote mode, when serching itself is done by the server, is also possible. The plugin should also work with AutoGrid(s) and paging grids.

    Enjoy.


    http://gridsearch.extjs.eu
    I have just downloaded the Grid Search Plugin and am trying to use the example that come with it. I only replaced the .php file with my java servlet that gives us the json data. All is well except that the search does not work, I have gone through the code a mth times and I cannot figure out where I messed up.

    From the explanation above the plugin could be used for a local search too.

    Help me here, what am not doing right? Help!

    Jesseb