I have a DataGridViewComboBoxCell in a DataGridView. When it is
selected and
the user presses Delete key it is reseted to default value (or first
value in
ComboBox).
How can I override this default behavior and delete entire row
instead?
Thanks,
Peter