Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > disable SHIFT-TAB on the DataGrid??(C#)
 

disable SHIFT-TAB on the DataGrid??(C#)

I need to disable the possibility to move from certain columns of my DataGrid using TAb and SHIFT-TAB. 
How do I catch that 2 keys were pressed on the keyboard? 
What function should I override on DataGrid to do this? The KeyUp and KeyDown don't seem to fire.
Thanks.
MigrationUser 1  Wednesday, August 11, 2004 10:50 PM
You will need to override and check out the message loop, look into this link for hints on how to do this.

http://www.syncfusion.com/FAQ/WinForms/default.asp#44
MigrationUser 1  Monday, August 16, 2004 3:13 PM

You can use google to search for other answers

Custom Search

More Threads

• OleDbCommand insert command ends with bool value
• Accessing the hidden column
• If anyone can spare the time to help my cbo prob
• I want to display the invoiceno in textbox ?
• DataGridView and Detail Dialog => Problems just at the beginning
• Error When Adding Query to TableAdapter
• FilterExpression and requerying sqldatasource
• DataGridView - Invisible Cell Error Update
• Setting DataGridView Row Height
• Searching with Virtual Mode