[Mono-bugs] [Bug 49744][Nor] Changed - DataGrid - SelectCommand bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 06:58:53 -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:56:54.000000000 -0400
+++ shadow/49744.tmp.25997	2003-10-20 06:58:53.000000000 -0400
@@ -64,6 +64,12 @@
 I'll suply a patch shortly! 
 
 ------- Additional Comments From yaronsh@mainsoft.com  2003-10-20 06:56 -------
 Created an attachment (id=5670)
 Bug fix
 
+
+------- 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.