I am doing commands like this:

If Not (dgv1.CurrentRow Is Nothing) Then dgv1.CurrentRow.Selected = False 

in a sub that is loading an unbound grid. The sub works fine on the first call but the command above is ignored. If I call the sub again the command is honored.

Is this a bug anyone else has seen?

Anyone know if it is fixed in the RTM version? If not I guess I need to call teh sub twice to get the commands to work.