[Mono-bugs] [Bug 605817] New: DataGridView cell value returns null when called on CellValidated
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 14 00:44:14 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=605817
http://bugzilla.novell.com/show_bug.cgi?id=605817#c0
Summary: DataGridView cell value returns null when called on
CellValidated
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: munozferna at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100402 Namoroka/3.6.3
When using the Value property inside of the CellValidated event, Mono returns
null instead of returning the text just entered into the cell like MS .NET
framework.
Reproducible: Always
Steps to Reproduce:
1. Open the attached program
2. Type something on the cell and press enter
3. MessageBox appears
Actual Results:
The MessageBox text says "err null"
Expected Results:
The messagebox should say the content of the edited cell.
I am currently using Mono on Archlinux x64
mono --version
Mono JIT compiler version 2.6.4 (tarball Mon May 3 19:47:09 CEST 2010)
Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC and Parallel Mark)
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
--
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