How to set focus to a cell with edit mode ?

Hi,

I want to made a cell (ex: 8th cell of rowId-1) editable and also keep focus on that cell.

Could you help me, how to do this?



I tried with,

mygrid.selectCell(2, 8);

mygrid.editCell();



But not working.



thanks,

Rasmit.

If you are calling that methods by clicking on some button you shuld cancel bubble for the “onclick” event:
select cell

*5th parameter of the selectCell() method could be used to switch cell to the edit mode