Re: keyPress event on dataGrid Coulmns
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 06/05/04
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: Regex performance?"
- Previous message: Justin Rogers: "Re: Regex performance?"
- In reply to: Gidi: "keyPress event on dataGrid Coulmns"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Jun 2004 09:14:50 -0400
Gidi,
You will have to register for the keypress event for the grid, and then
determine what to do based on what the active cell is when the key is
pressed.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"Gidi" <shnapsi@hotmail.com> wrote in message
news:4A294FB8-A8D4-470D-8490-20E7B1167F01@microsoft.com...
> hello,
> how can i make a different keypress event for each coulmn in dataGrid (in
C#, windows application).
> to whom i need to register the event???
>
> thank you...
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: Regex performance?"
- Previous message: Justin Rogers: "Re: Regex performance?"
- In reply to: Gidi: "keyPress event on dataGrid Coulmns"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|