Not sure when this was introduced, but the Journal's edit mode requires that you change the filter parameters to force a UI redraw. This is super inconvenient and confusing. It shouldn't be to hard to put a fix in, like something like grid.invalidate(); should fix it.
Not sure when this was introduced, but the Journal's edit mode requires that you change the filter parameters to force a UI redraw. This is super inconvenient and confusing. It shouldn't be to hard to put a fix in, like something like
grid.invalidate();
should fix it.