DataGridView.IsCurrentCellDirty never true

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using DataGridViewCheckBoxColumn type columns in my DataGrid and when I
check the check box while in edit mode the property
DataGridView.IsCurrentCellDirty doesn't change during the CellValueChanged
event.
Does anybody know what causes this behavior?
 
Back
Top