Hi all
I have a DataGridView and I want to enable the save button (btnSave) whenever the user make any changes to the datagridview.
Changes can be:
- cell editing.
- Deleting row
- adding new row
- etc
The Event CellValueChanged doesn't solve the issue.
thank u