Is it possible to set/reset the focus on a specific column when a DataGrid is given or receives the focus?
If so, can anyone advise me how to do it?
Printable View
Is it possible to set/reset the focus on a specific column when a DataGrid is given or receives the focus?
If so, can anyone advise me how to do it?
use the .row and/or .col property of the dbgrid control to set the current row and column
so yes it is posible