DataGridView loses key up events?

A

Andy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top