Form with DataGridView closes when I select a cell not in first column

  • Thread starter Thread starter RichardDunneBSc
  • Start date Start date
R

RichardDunneBSc

Guest
I have the SelectionMode of a DataGridView set to CellSelect, yet when I have a single row in the DGV, it highlights the cell in the first column (I think by default). If I select any other cell in the row, the form closes. Is this normal behaviour? If not, how do I change it, if possible?

Continue reading...
 
Back
Top