[Mono-bugs] [Bug 49738][Nor] New - DataGrid - ForeColor is not applied to ButtonColumns

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Oct 2003 11:49:16 -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=49738

--- shadow/49738	2003-10-16 11:49:15.000000000 -0400
+++ shadow/49738.tmp.28148	2003-10-16 11:49:15.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 49738
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataGrid - ForeColor is not applied to ButtonColumns
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When using ButtonColumn as link type, the styles (ItemStyle, 
+AlternateItemStyle, etc.) ForeColor is not applied to it's bottuns text.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+Only the bound column forecolor is like the styles defined, the links are 
+all blue.
+
+Expected Results:
+The fore color of the item should be as the style defined for all columns. 
+(link buttons too).
+
+How often does this happen? 
+Always