I wonder if there is a way to move to the next cell when a user presses the enter key. I need this to support users who will be using 10-key 90% of the time. I tried capturing the keypress event which I have been able to do but getting the grid to select the next cell on a row (this is nested btw) or move to the next row when it reaches the end of a row seems to be another issue entirely.
Any suggestions?