PROBLEM: Grid Cell is no longer in focus so keyboard input is ignored UNLESS one mouse clicks the cell.
Please advise how to set focus to cell ready for keyboard input ?
Thanks
Sunday, March 28, 2010
There is no setCurrentCol() method - should be setCurrentColumn().
Try grid.selectCell(col, row) instead of setCurrentColumn/setCurrentRow. Also if you change rowIndices/rowCount you may need to call selectCell after some delay (so that the grid can render rows first).