Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

How to detect if DataGridView has changed ?

$
0
0

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


Viewing all articles
Browse latest Browse all 2535

Trending Articles