Combo editCell

Hi,

we’re trying to open cell editor of a cell (celltyp combo) in a new row after it has been added.

We try do it with the following command:

this.openCellEditor = function (rowIndex, columnIndex) {
this.mygrid.selectCell(rowIndex,columnIndex,false,false,true,true);
this.mygrid.editCell();
};

But sometimes it won’t open correctly.
You can see the combobox but the input field is noch focused and you cannot start to type text before you do another doubleclick on the cell.

Do you have any idea what the problem might be?
It seems to work correctly in FF but not in IE.

Unfortunately the issue cannot be reproduced locally.
If issue still occurs for you - please, provide a more detailed sample of your code, complete demo, or a demo link, where the issue can be reconstructed.