how to detect KeyPress Event of datagridView?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have been using "Concole.WriteLine("Event Name") for almost every event in
the datagridview control, but I can't get the KeyPress event to file. My
goal is to force uppercase on the KeyPress event of the datagridView. But
that event does not seem to file.

Is there a cell formatting property or some CharacterCasting property that
can be set for the datagridview to force uppercasing on selected columns?

Thanks,
Rich
 
Back
Top