E
egarcia
Guest
Are you re-creating the grid in the createGrid() method? You should not need to. You would use the same grid that you have and from within the readCatalogue(), you would call the filter() method on the DataSource. If you re-create the grid, then it would use the filter that is defined when it is configured.
Continue reading...
Continue reading...