Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David65 on Apr 09, 2008 23:52
open dhtmlx forum
how to get focus on a particular cell

how to get focus on a particular cell of a grid..
Answer posted by Support on Apr 10, 2008 01:42
You can select any cell in grid by
    grid.selectCell(row_index,column_index);
and switch it in to edit state by
    grid.editCell();