Hi,
Dim dgc As New DataGridCell(3, 2)
DataGrid1.CurrentCell = dgc
Ken
---------------------------------
"LCH" <(E-Mail Removed)> wrote in message
news

1930A53-1690-469C-8356-(E-Mail Removed)...
I have a form with a datagrid. The datagrid contains 5 columns and 5 rows.
the cell of the last column and the last row in the datagrid is set to
editable. When the form loads, I want the current focus to be set to this
particular editable field in the datagrid. The focus should highlight
whatever data is in the datagrid field at that time.
How do I do this? Thank you