Hi

I seek help to trap .net Datagridview cell keypress events.

Thanks in advance.

Raftar.

Re: Help to trap Datagridview cell keypress events... by Richard

Richard
Thu Jun 14 10:22:22 CDT 2007

I did this recently by adding event handlers for key presses directly within
the classes that I'd derived for my columns. In your case, if you are lucky,
it may be that all you have to do is derived from the data grid view text
cell and then pass your events directly down in to the base class.
--
Richard Lewis Haggard
General: www.Haggard-And-Associates.com
Please come visit here for a couple thousand good giggles!:
www.haggard-and-associates.com/Humor/humor.htm

"profdotnet" <post.epatra@gmail.com> wrote in message
news:1177523457.310222.164050@r35g2000prh.googlegroups.com...
> Hi
>
> I seek help to trap .net Datagridview cell keypress events.
>
> Thanks in advance.
>
> Raftar.
>