i use this code to select a curent row

dgvProduct.Rows(iCount).Selected = True

but the cursor (|>) something like was still on the first row of the grid.. what should I do?