[Mono-bugs] [Bug 498474] New: Event DataGridView.CellValidating does not seem to be firing.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 27 10:56:33 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=498474
Summary: Event DataGridView.CellValidating does not seem to be
firing.
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: chrisfant at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19
The event fires as expected when running on Windows and building with Visual
Studio. But when building with Mono on either Windows or Suse Linux, the event
never fires. The event should fire when the cell ceases to be in edit mode
(for instance when you leave the cell).
Reproducible: Always
Steps to Reproduce:
1. Implement a handler for CellValidating
2. Edit a grid cell.
3. Observe that the handler never gets called.
Actual Results:
The event does not fire.
Expected Results:
The event should fire when the cell ceases to be in edit mode.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list