PDA

Click to See Complete Forum and Search --> : Setting focus on a specific DataGrid column/cell


Iain Boyd
Mar 23rd, 2000, 08:22 AM
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?

pardede
Mar 25th, 2000, 04:00 AM
use the .row and/or .col property of the dbgrid control to set the current row and column

so yes it is posible