I’ve got a dojox.grid.EnhancedGrid with a dojox.grid.enhanced.plugins.Filter and a dojo.store.Memory wrapped in a dojo.data.ObjectStore. Whenever I try to filter, all records are removed from the grid. I get a ‘0 of 0 items shown’ message. When i click ‘clear filter’ the grid remains empty.
Update:
The plot thickens. It seems that just sorting the grid by a column clears the grid. I’m trying to get a basic example working here: http://jsfiddle.net/wp64T/4/
I had the same problem and only managed to fix it by running the grid filter periodically in the background with the help of some jQuery. Here is some sample code; hope this helps someone else having problems with this.
.
.
.
.