https://bugzilla.novell.com/show_bug.cgi?id=326309
Summary: GridView custom HTML attributes are not rendered
Product: Mono: Class Libraries
Version: 1.2
Platform: x86
OS/Version: openSUSE 10.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
Found By: ---
Created an attachment (id=173279)
--> (https://bugzilla.novell.com/attachment.cgi?id=173279)
Test page
Steps to reproduce the problem:
1. Try to add a custom attribute to a GridView
GridView2.Attributes.Add("MyAttribute", "myvalue");
2. Check the HTML rendered
Expected result:
<table id="GridView2" cellspacing="0" rules="all" border="1"
style="border-collapse:collapse;" MyAttribute="myvalue">
Actual result:
<table id="GridView2" cellspacing="0" rules="all" border="1"
style="border-collapse:collapse;">
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs