[Mono-bugs] [Bug 420351] DataGridViewCellEventHandler And Threestate not work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Sep 10 15:12:21 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=420351
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=420351#c2
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2008-09-10 13:12:21 MDT ---
Should be fixed in r112698.
2008-09-10 Jonathan Pobst <monkey at jpobst dot com>
* DataGridViewCheckBoxColumn.cs: Use the threestate constructor for
the cell template.
* DataGridViewCheckBoxCell.cs: Add proper support for threestate.
* DataGridViewCell.cs: Implement GetEditedFormattedValue for types
without EditingControls, paint background selection for types without
EditingControls, reset the EditingCellValueChanged flag when the
cell's value is committed.
* DataGridView.cs: Make BeginEdit and EndEdit work with cells that
don't
have EditingControls, remove a double call to a cell's
OnContentClickInternal,
don't do cell changing logic in OnMouseDown if the cell didn't change.
[Fixes bug #420351]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list