true = 0; --rowNum) if (!this.$data.getCell(rowNum, colNum).readOnly) break; if (rowNum >= 0) { this.setCell(false); this.$data.rowNum = rowNum; this.setCell(true); this.getTableCell().scrollIntoView(false); } return true; ]]> = 0; --colNum) if (!this.$data.getCell(rowNum, colNum).readOnly) break; if (colNum >= 0) { this.setCell(false); this.$data.colNum = colNum; this.setCell(true); } return true; ]]> this.$numRows - 1) rowNum = 0; } } if (rowNum != startRowNum || colNum != startColNum) { this.setCell(false); this.$data.rowNum = rowNum; this.$data.colNum = colNum; this.setCell(true); this.getTableCell().scrollIntoView(false); } return true; ]]>