[Mono-bugs] [Bug 49744][Nor] Changed - DataGrid - SelectCommand bug (A fix is provided)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 07:02:29 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49744
--- shadow/49744 2003-10-20 06:58:53.000000000 -0400
+++ shadow/49744.tmp.26023 2003-10-20 07:02:29.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: yaronsh@mainsoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: DataGrid - SelectCommand bug
+Summary: DataGrid - SelectCommand bug (A fix is provided)
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
The select command invoked at second selection only
@@ -70,6 +70,10 @@
------- Additional Comments From yaronsh@mainsoft.com 2003-10-20 06:58 -------
The bug was in SelectedIndex property.
1. The previous item should be retrieved from ItemsArrayLisy and not
Items.
2. The code of selecting the new item was missing.
+
+------- Additional Comments From yaronsh@mainsoft.com 2003-10-20 07:02 -------
+BTW That solved the problem that when the item finaly becomes selcted
+it's in edit mode.