I'm just now getting around to playing with the DataGridView and I'm using
it in non-bound mode (adding my own rows for the user to edit).

Is there any way to hide the selected cell/row when the focus is not on the
DataGridView like we can do with setting the HideSelection property of a
ListView?

Thanks.

--
John T
http://sage1solutions.com/TknoFlyer
Reduce spam. Use Sender Policy Framework: http://spf.pobox.com
____________________

Re: DataGridView "HideSelection" by Alecomar

Alecomar
Fri Feb 10 09:27:33 CST 2006

dataGridView1.CurrentCell = null;



> I'm just now getting around to playing with the DataGridView and I'm using
> it in non-bound mode (adding my own rows for the user to edit).
>
> Is there any way to hide the selected cell/row when the focus is not on
> the DataGridView like we can do with setting the HideSelection property of
> a ListView?
>
> Thanks.
>
> --
> John T
> http://sage1solutions.com/TknoFlyer
> Reduce spam. Use Sender Policy Framework: http://spf.pobox.com
> ____________________
>
>