I have a DGV that has two columns where one of the columns is read only. The other column the user can makes edits in.
I have it coded with a predetermined number of rows(8). I have set the property "Enable Adding" of new rows to false. Setting this property to False makes the last row not visible.
All is good. Or is it? Meaning, if I arrow down through the rows, once my cursor reaches the last row of the DGV, a new "row" is added to the DGV. I want to prevent this occurrence.
Setting "Enable Adding" does not completely disable adding of new rows (?).