Hi Ingemar,
Solution: 
Before you ask the values of the checkboxes, do this:

                if (dgVTransceivers.IsCurrentCellInEditMode)
                {
                    dgVTransceivers.EndEdit();
                }

At least with this workaround it worked.

greetz
Wolfgang

--
View this message in context: 
http://mono.1490590.n4.nabble.com/CurrentCellDirtyStateChanged-DataGridView-tp3780468p4299995.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to