I'm using setCell to set the value of a cell , and after that enabling the cell for editing
grid.jqGrid('setCell','1','Valid','5');
grid.jqGrid('editRow','1', false);
but the result ist i cant click any longer on the cell ?
after calling serCell the cell cant by any longer editable.
How can i make this cell again editable ?
Thanks