[Mono-bugs] [Bug 49744][Nor] Changed - DataGrid - SelectCommand bug (A fix is provided)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Oct 2003 06:05:20 -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-22 06:05:03.000000000 -0400
+++ shadow/49744.tmp.13011 2003-10-22 06:05:20.000000000 -0400
@@ -103,6 +103,23 @@
test now and submit it in few minutes.
------- Additional Comments From yaronsh@mainsoft.com 2003-10-22 06:05 -------
Created an attachment (id=5698)
Testcase
+
+------- Additional Comments From yaronsh@mainsoft.com 2003-10-22 06:05 -------
+When I tested it on XSP it looked like the SelectedStyle is ignored
+but on my environment it SelectedStyle was OK... wierd...
+Anyway, here are the steps for the testcase:
+1. Open the attached aspx
+2. Click on the button "Test"
+3. Select the second item
+4. Select the third item
+
+Actual Results:
+The previous item switches into edit mode and the previous item data
+is lost...
+
+Expected Results:
+The current item should be selected and the previous one should
+return into Normal\ Alternate item with all it's data.