Whenever a user clicks the row header, which selects the whole row (and highlights it blue), the cell in the first column is actually entered. That is, if you start typing stuff, the text goes in that cell. I want to prevent this. Would it be possible to have no datagridview cells being entered when one or many rows are selected?
I also need the solution to prevent cells being entered during multiple row selections caused by clicking and dragging on the row headers.
Any ideas on how I could achieve this?
Thanks
Isaac