Hi, i have a grid and using a context meno on this grid the user can add a new row (I use addRow()) to add the new row and then selectCell to try and select the first cell in the new row for input. However this first cell is a coro type and therefore the user wants it to open by default for selection, however I can’t seem to get this to work using ‘selectCell’. Any ideas how to do this?
Problem can be caused by default onclick reaction - if grid detects click outside of grid, it closes currently active editor, so it is a bit tricky to open editor in grid, while clicking on some element which is outside of grid.