Hi,
I have a grid with a column set to ColumnStyle.IntegerNonNegative. The screen requires fast data entry so navigation has to be handled by the keyboard as much as possible.
The first problem is when a cell in this column is being edited, the up and arrow keys will +/- the value. I fixed this using the approach here http://news.infragistics.com/forums/p/9644/37561.aspx#37561.
The second problem is that when the up or down button is pressed, I need it to update the cell value and navigate to the next cell (without using the tab to invoke the update). Is there a way to do this?
Thanks!
Ryan
I think this might be what you are looking for.
HOWTO:UltraWinGrid Cursor Movement like Excel
Excellent, exactly what I was looking for. Thank you.