Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid filter on enter key press

    Hi,

    We are using SmartGWT Pro 3.0 version.
    How I can set the filter on "ENTER" key press.

    e.g. like we can set filter on key press
    listView.setFilterOnKeypress(true);


    Regards,
    Fairoz

    #2
    If filterOnKeypress is set to false, filtering should occur when the user hits the enter key (while focused in a filterEditor field) by default.
    This works in our tests.

    If this isn't occurring for you, can you point us to a sample where we can see this behavior (or can you put together a test case we can run)

    Thanks
    Isomorphic Software

    Comment


      #3
      Thanks, its working as you mentioned.

      I have one more question, for filtering I want every time request to be sent to server, I have seen that sometime when we do filtering it tries to search in cache data available on browser but I want everytime filter request to be sent to server.

      How we can do this.

      Thanks

      Comment


        #4
        Take a look at the docs for ResultSet.useClientFiltering

        Comment

        Working...
        X