Remove the focus from the DataGrid Control.

  • Thread starter Thread starter J.H..
  • Start date Start date
J

J.H..

With who way I can remove the focus from a DataGrid Control using the key
Tab in a WinForm in C# ? The key Tab transports the focus in the next column
of DataGrid and no in the next WinForm Control.?



Thanks
 
Hi,

There's also a method in the Control class that allows for changing focus
programmatically. The name of the method is SelectNextControl, but I am
pretty sure it was helpful in situations like yours.
 
Back
Top