R
Randy Fraser
Anyone know how to get the cursor to land inside the first column of a
datagrid after an add.
Me.Datagrid1.CurrentCell = New DataGridCell(Me.dataGrid1.CurrentRowIndex, 0)
will set focus but will not place the cursor inside the textbox in the grid.
If I press keys and hit tab, the value
will turn up, but I cannot see the value as I type.
I have tried everything with the exception of what works:-(
Best Regards
Randy
datagrid after an add.
Me.Datagrid1.CurrentCell = New DataGridCell(Me.dataGrid1.CurrentRowIndex, 0)
will set focus but will not place the cursor inside the textbox in the grid.
If I press keys and hit tab, the value
will turn up, but I cannot see the value as I type.
I have tried everything with the exception of what works:-(
Best Regards
Randy