Hi,
Just wondering how to change the Cell edit property (and/or capture the up and down arrow events).
basicly I have an integer Column, and when a cell is being edited it has the increment up/down arrows which I don't want, because when the user clicks the down or up arrow they want to go to the next/previous row, not change their value.
I tried the keyDown event, but the arrow keys aren't being captured by it.
Any help would be appreciated.
Thank you.
Just wondering how to change the Cell edit property (and/or capture the up and down arrow events).
basicly I have an integer Column, and when a cell is being edited it has the increment up/down arrows which I don't want, because when the user clicks the down or up arrow they want to go to the next/previous row, not change their value.
I tried the keyDown event, but the arrow keys aren't being captured by it.
Any help would be appreciated.
Thank you.