when I am editing a cell and press enter the next row is automatically selected, I want to stay with the current row... I want to happen nothing except the EndEdit.
I ha
I think you'll need to override ProcessEnterKey to not advance focus to the next row.
Maybe this thread will help.