In able to reset a GridView, so that no item is selected, all you need to do is this:
myGridView.SelectedIndex=-1
In able to reset a GridView, so that no item is selected, all you need to do is this:
myGridView.SelectedIndex=-1