Using smartgwt-3.1p.2013-07-28 and FF22.
I added one line into PatternReuse sample (see attached file):
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
I added one line into PatternReuse sample (see attached file):
Code:
grid.setShowFilterEditor(true);
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
Comment