Announcement

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

    ListGrid Filter are not working after upgrading the Smartgwt 3.0 to 6.1

    Hi,
    Recently upgraded smartgwt version from 3.0 to 6.0 and found listgrid filters are not working properly.

    Below are steps to reproduce the issue,
    1.All the Records are loaded from server to the listgrid.
    2.Performing filtering in below scenarios

    i.Selecting some value in filter,its filtering properly based on the selection
    ii.now again i am reselecting the empty option(not selecting any think in filter) then it should list all the records into grid but its not showing anythink in grid(its failing here)


    3.the same think is happening in case of other filter like text field when i am clearing the entered text,its not listing any records


    I have used setShowFilterEditor,setFilterOnKeypress method.I am not able to figure out what causing this issue,If any body knows this issue please let me know how to fix this?

    Note: In Datasource api of SmartGWT 6.0 version , setCacheAllData api is modified but i am not using this api in my listgrid.


    Last edited by sameen; 12 Jan 2017, 21:03. Reason: Added more info

    #2
    Sorry, we can't do anything with this vague description, we need a way to reproduce the problem. You could try starting from a sample that is similar to your application, verifying that it does not have the problem you are talking about, and then comparing that to your application code to see what might be different.

    Comment


      #3
      Edit the post

      Comment


        #4
        Those seem to be steps to reproduce the problem in your application. Here again is what is actually needed:

        You could try starting from a sample that is similar to your application, verifying that it does not have the problem you are talking about, and then comparing that to your application code to see what might be different.
        If this is at all unclear, read the Debugging overview to get a clearer idea of how to report bugs in a way that enables people to help you.

        Comment


          #5
          This issue is solved after taking the latest smartgwt jar
          (I was using Version v11.0p_2016-07-23/LGPL Deployment - 2016-07-23) replaced with LGPL Deployment 2017-01-19 jar.Its a smartgwt issue.

          Note: It will helpful if smartgwt is listing all the issue/bug information which are fixed on dialy basis
          Last edited by sameen; 23 Jan 2017, 01:55.

          Comment

          Working...
          X