I can’t seem to make a cell go into edit mode. If I do a select cell the entire row gets selected. I can’t seem to make a single cell switch to edit mode.
The following sets focus to the row, but not an individual cell and not in edit mode.
mygrid.selectCell(1,1);
mygrid.editCell();
I tried the solution and it works like a charm BUT after editing the cell in Chrome, if I press the TAB key to move to the next cell it focuses on the page URL. Works with IE & FF.