ALX
Well-known member
In a DataGridView, when the user opts to add a new row (by clicking a "Add Row" button), I want to force the "Validating" event to occur before actually adding the row. It appears to me that the "Validating" event occurs only when the user changes the "Current Cell". It also appears that the "DataGridView.InvalidateCell(...)" method only causes a repaint of the cell. Are there any other methods that cause the validating event to occur that I could use?