G
Guest
Hi,
I don’t want any rows in the DataGridView selected initially on the form
programmed in C#. How can I do it? I have tried to set
DataGridView.CurrentCell = null, but it doesn’t work for me.
Any help is appreciated!
I don’t want any rows in the DataGridView selected initially on the form
programmed in C#. How can I do it? I have tried to set
DataGridView.CurrentCell = null, but it doesn’t work for me.
Any help is appreciated!
Something with considerably