1. #521
    Ext JS Premium Member
    Join Date
    Jul 2007
    Posts
    88
    Vote Rating
    0
    Nam is on a distinguished road

      0  

    Question


    I replicated the example of yours into a project I am working on, and everything works except the X to reset the search. Do you have any possible ideas as to why, or do you have any tips in regards to figuring out why it's not working?

    Thanks

  2. #522
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,139
    Vote Rating
    82
    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


    If X works at demo page then there must be a difference in your case. Version of Search plugin? Version of Ext? Something else?

  3. #523
    Ext JS Premium Member
    Join Date
    Jul 2007
    Posts
    88
    Vote Rating
    0
    Nam is on a distinguished road

      0  

    Default


    Quote Originally Posted by jsakalos View Post
    If X works at demo page then there must be a difference in your case. Version of Search plugin? Version of Ext? Something else?
    Of course, only difference I can think of is that I attached some listeners (rowcontextclick/dblclick).

    Latest at http://gridsearch.extjs.eu/
    Latest Stable 2.x

  4. #524
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,139
    Vote Rating
    82
    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


    Use devel version of the plugin - it has majority of bugs fixed.

  5. #525
    Ext JS Premium Member
    Join Date
    Jul 2007
    Posts
    88
    Vote Rating
    0
    Nam is on a distinguished road

      0  

    Default


    Quote Originally Posted by jsakalos View Post
    Use devel version of the plugin - it has majority of bugs fixed.
    Yup, that fixed it, Thanks.

  6. #526
    Ext JS Premium Member
    Join Date
    Nov 2008
    Posts
    263
    Vote Rating
    0
    wki01 is on a distinguished road

      0  

    Default


    Quote Originally Posted by jsakalos View Post
    Yes, it behaves different between 2.x and 3.x. No idea why (yet).

    I studied the source a bit but I can not understand why is happening ..

  7. #527
    Ext User
    Join Date
    Feb 2008
    Posts
    16
    Vote Rating
    0
    stefanorg is on a distinguished road

      0  

    Default


    Quote Originally Posted by wki01 View Post
    I studied the source a bit but I can not understand why is happening ..
    nor me. i hope saki will fix when he have some time.

  8. #528
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,139
    Vote Rating
    82
    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


    Definitely not before Ext 3.0 final is out.

  9. #529
    Ext JS Premium Member
    Join Date
    Jul 2007
    Posts
    88
    Vote Rating
    0
    Nam is on a distinguished road

      0  

    Question


    Is there a way to specify the search fields?... I have the columns Name, Rating, and Cost, and in the Row Body I have the description. I would like the search fields to allow the user to select Name and Description. So I have disabled using disableIndexes Rating and Cost, but I haven't yet figured out how to specify indexes which are not listed in the column model.

    Thanks.

  10. #530
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,139
    Vote Rating
    82
    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


    It is not possible, however, you could listen to store beforeload event and add that field to fields array in baseParams.