Announcement

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

    ListGrid with FilterEditor doesn't show new rows

    Using smartgwt-3.1p.2013-07-28 and FF22.

    I added one line into PatternReuse sample (see attached file):
    Code:
    grid.setShowFilterEditor(true);
    And I made this test:
    1) entered CH in Code filter box, press Filter button -> only one row was displayed
    2) clicked on that row and edited it, changed the code to C1 and pressed Save -> the row was not anymore displayed in the grid
    3) changed the code back to CH and pressed Save -> the row doesn't appear back in the grid as it should
    4) pressed the Filter button -> the row appeared in the grid

    I think that step 3) is an issue, isn't it?

    Regards,
    Mihnea
    Attached Files
    Last edited by mpretorian; 2 Aug 2013, 00:29.

    #2
    We're investigating this issue. We'll follow up as soon as we have more information.

    Regards
    Isomorphic Software

    Comment


      #3
      We've made a change which should address this issue. Please try the next nightly build dated Aug 8 or above

      Regards
      Isomorphic Software

      Comment

      Working...
      X