Capture DataColumn Tab Key

  • Thread starter Chris, Master of All Things Insignificant
  • Start date
C

Chris, Master of All Things Insignificant

I have a ComboBox in a datagrid. I override the OnKeyUp event to do some
checking and it works fine. However, I can't capture the "Tab" key. I have
tried capturing it on the DataGrid itself, but that doesn't do it either.
Any thoughts as to how to catch the Tab key in a DataColumn?

Thank
Chris
 
K

Ken Tucker [MVP]

Hi,

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q902q

Ken
----------------
in message I have a ComboBox in a datagrid. I override the OnKeyUp event to do some
checking and it works fine. However, I can't capture the "Tab" key. I have
tried capturing it on the DataGrid itself, but that doesn't do it either.
Any thoughts as to how to catch the Tab key in a DataColumn?

Thank
Chris
 

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