[Mono-bugs] [Bug 78330][Nor] Changed - [2.0] Incorrect enumeration member values for DataControlRowState

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 7 22:43:03 EDT 2006


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 grendello at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78330

--- shadow/78330	2006-05-07 22:42:35.000000000 -0400
+++ shadow/78330.tmp.18421	2006-05-07 22:43:03.000000000 -0400
@@ -20,6 +20,11 @@
 
 (row.State & DataControlRowState.Normal) != 0
 
 to always fail. As the result, rowStyle in GridView was never applied to
 rows in the Normal state. The attached patch sets Normal to 1 and shifts
 the other elements one bit field left. That fixes the issue.
+
+------- Additional Comments From grendello at gmail.com  2006-05-07 22:43 -------
+Created an attachment (id=16954)
+DataControlRowState.cs.diff
+


More information about the mono-bugs mailing list