I have created a radgrid hierarchy in which I have set
TestGrid2.ClientSettings.Selecting.CellSelectionMode = GridCellSelectionMode.SingleCell;
When I press the enter key the grid expands instead of entering edit mode. I have tried to intercept the expand to manually enter edit mode, but it while I can execute javascript before the expanding I can't seem to stop it.
I have tried the approach from this article and from RvdGrint in this forum post.
I hope some one is able to help
Regards
Casper