I'm using a gridpanel which uses a store to populate the template-checkboxes in each column.
It seems that when I check some boxes, and do the following:
It's returning store values and not the up-to-date grid.PHP Code:var grid = myGridPanel.getSelectionModel();
grid.setSelectionMode('MULTI');
grid.selectAll();
var records = grid.getSelection();
Thoughts?
