Hi all,
I´m using a System.Windows. Forms.DataGridV iew which first column is a DataGridViewChe ckBoxColumn (.NET 2.0).
My DataGridView is enabled to insert new rows. When a check the DataGridViewChe ckBoxColumn in the new row, the DataGridView add a new row with all others columns with blank value.
I need to disable the add new row only when I check the DataGridViewChe ckBoxColumn. Is it possible?
Thanks,
Mauricio.
I´m using a System.Windows. Forms.DataGridV iew which first column is a DataGridViewChe ckBoxColumn (.NET 2.0).
My DataGridView is enabled to insert new rows. When a check the DataGridViewChe ckBoxColumn in the new row, the DataGridView add a new row with all others columns with blank value.
I need to disable the add new row only when I check the DataGridViewChe ckBoxColumn. Is it possible?
Thanks,
Mauricio.
Comment