liveedit

Hi,

following problem:
datagrid with rows. Some of the rows do have colspans.
One of the columns is like a “eXcell_liveedit”, so there is a permanent input field.
If I change a value and leave the input field, I want to automatically edit the next input field in same column.
So what I am doing is, in “detach”, I check the event for a key. Is the ley a “down, enter or tab”, I find the next row with input field. So this works fine so far.
But now I want to close the actual edit and select this cell for editing.
I tried with grid.selectCell, grid.editCell, with and without cancelBubble nearly every combination, but didn’t get it running the way I want.
So can you give me a hint, how to make this happen?

Thanks in advance
Robert

Please check viewtopic.php?f=21&t=16273