[Mono-winforms-list] CurrentCellDirtyStateChanged DataGridView

sharkal wolfgang.ginner at kapsch.net
Mon Jan 16 16:13:27 UTC 2012


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.


More information about the Mono-winforms-list mailing list