This question is locked. New answers and comments are not allowed.
I've setup a custom cell editor using GridViewMaskedTextBoxColumn and was wondering if there was a way to handle the left and right arrow keys to tell the grid to commit the cell changes, move the cursor to the left or to the right (depending on what key was used), and then put the next cell into edit mode?
I now that the up and down arrow keys are handled automatically by the grid and work like I need it to. I'm trying to get the same behavior with the left and right arrow keys.
I also have a custom keyboard provider and I see that the up/down arrows keys are handled there but I don't see the left/right arrow keys being passed to the keyboard provider.
Any suggestions on how to accomplish this?
Thanks,
Randy
I now that the up and down arrow keys are handled automatically by the grid and work like I need it to. I'm trying to get the same behavior with the left and right arrow keys.
I also have a custom keyboard provider and I see that the up/down arrows keys are handled there but I don't see the left/right arrow keys being passed to the keyboard provider.
Any suggestions on how to accomplish this?
Thanks,
Randy