Remove the focus from the DataGrid Control.

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
 
D

Dmitriy Lapshin [C# / .NET MVP]

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.
 

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