Hi Matty,
Your recommended "Current cell" property is helpful for me. It's quite working and helpful for me.
Can you check the following "Thread" which is related to my problem.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2710215&SiteID=1
My datagridview calculations are after "Cell-Validated" event and moreover the column index number is 7 which is last column of the row. The problem is that when the cell is validated, the cursor is moving to the next row.
If i take button and place the following code, its working fine.
Private sub Button1_Click(...............)
Me.FAR_DetailsDataGridView.CurrentCell = Me.FAR_DetailsDataGridView.Rows(e.RowIndex).Cells(4)
End Sub
One more thing i would like to ask, is there any thinglike referring with columns names to bethe currentcell property instead of using cell(index).
Thanks.
Kashif Chotu