Ahh, it was this code plus setting CurrentCell in CellValueChanged
event. So, just to set CurrentCell in CellValueChanged didn't work
without the overriding ProcessDialogKey and ProcessDataGridViewKey.
--
http://xmedeko.blogspot.com
> Hmm, it is strange, but the following code solved my problem:
>
[quoted text clipped - 16 lines]
> return base.ProcessDataGridViewKey(e);
> }
Ondrej Medek - 07 Aug 2008 20:49 GMT
Yeah, the main tric is to change Tab to the Right Key, by
ProcessRightKey().
--
http://xmedeko.blogspot.com
> Ahh, it was this code plus setting CurrentCell in CellValueChanged
> event. So, just to set CurrentCell in CellValueChanged didn't work
[quoted text clipped - 22 lines]
> > return base.ProcessDataGridViewKey(e);
> > }