How can I remove the current cell focus from A Windows Forms datagridview ?
Posted
by Kottan
on Stack Overflow
See other posts from Stack Overflow
or by Kottan
Published on 2010-06-15T15:18:14Z
Indexed on
2010/06/17
9:23 UTC
Read the original article
Hit count: 287
.NET
|datagridview
How can I remove the current cell focus from a Windows Forms datagridview ? I have a dialog with some datagridforms and initially I don't want to have a cell selection. Actually in every gridview the cell [1,1] is selected
I have already searched in some forums, but the provided solutions doesn't work. For example often it is recommended to set CurrentCell = null --> but this has no effect. Has anybody another solution, which really works ;-) ?
© Stack Overflow or respective owner