[Mono-bugs] [Bug 583387] DataGridView.Columns.Insert inserts after given index
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 27 03:52:49 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=583387
http://bugzilla.novell.com/show_bug.cgi?id=583387#c11
Willem-Jan de Hoog <wdehoog at exalondelft.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #11 from Willem-Jan de Hoog <wdehoog at exalondelft.nl> 2010-04-27 07:52:48 UTC ---
With the attached build the crash is gone but the erroneous behavior is back.
Calling:
dataGridView1.Columns.Insert(1, idColumn);
will insert it at index 2 instead of 1.
Also when doing Insert(0,idColumn) it not only inserts it at index 1. It also
removes the cell values for the columns 0 and 2 of the first row.
--
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