DataGridView -- AllowUserToDeleteRows
Hi,
Though I set my DataGridView's AllowUserToDeleteRows to true, if the user clicks at the left of a row, and then clicks delete, the row isn't deleted. It seems that the delete 'goes' to the last cell the user edited/visited in that row. Only if that cell isn't active, the row is deleted.
How can I enable row deletion, and how can the user actually do so?
Thanks,
Ofer.

