Capture DataColumn Tab Key

  • Thread starter Thread starter Chris, Master of All Things Insignificant
  • Start date 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
 
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
 
Back
Top