Try setting dgv.CurrentCell to Nothing but beware of the following:
"You can set this property to a null reference (Nothing in Visual Basic) to temporarily remove the focus rectangle, but when the control receives focus and the value of this property is a null reference (Nothing in Visual Basic), it is automatically set to the value of the FirstDisplayedCell property. "
Hope this helps...