Hi all
I have a data grid view, and I also have a key up event which watches
only for the F5 key. It works fine, except that after the initial
press, the datagridview ignores subsequent key up events until I move
the selection to another cell.
Its very odd, because i set SuppressKeyPress and Handled to true, and I
get the same behavior if the Form is handling the event instead.
Any ideas?
Thanks
Andy
Andy - 19 Jul 2006 15:03 GMT
I found a 'solution'. If i call DataGridView.Focus(), everything works
as expected.
> Hi all
>
[quoted text clipped - 10 lines]
> Thanks
> Andy