how to get focus on a particular cell

how to get focus on a particular cell of a grid…

You can select any cell in grid by
    grid.selectCell(row_index,column_index);
and switch it in to edit state by
    grid.editCell();