keyPress event on dataGrid Coulmns

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

Guest

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...
 
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.
 

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

Back
Top