I have a grid with a locked column and a bound store. I am trying to select the first record in the grid like this grid.getSelectionModel().select(0); . It looks like the store associated with the selection model has no data. If I remove the column locking it works. Also if the store is not set with bind, it also works.

See the following fiddle:

http://ift.tt/11vlUQt