Re: CurrentCellDirtyStateChanged DataGridView
sharkal <[email protected]> Mon, 16 Jan 2012 08:13:27 -0800 (PST)
| Newsgroups | gmane.comp.gnome.winforms |
|---|---|
| Message-ID | <[email protected]> |
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