http://bugzilla.novell.com/show_bug.cgi?id=571715
http://bugzilla.novell.com/show_bug.cgi?id=571715#c0 Summary: Disabling gridview cell on rowdatabound does not disable control inside Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: i586 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=337249) --> (http://bugzilla.novell.com/attachment.cgi?id=337249) Test case source code User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729) During the gridview RowDataBound event disabling a cell in a row does not disable the control (a button in this case) within it. In .Net it does. The button still remains enabled and can be clicked. Reproducible: Always Steps to Reproduce: 1. Copy attached test case into Mono environment 2. Browse to index.aspx. 3. The 'Delete' button of row 2 remains enabled. Actual Results: The 'Delete' button of row 2 remains enabled. Expected Results: The 'Delete' button of row 2 is disabled. -- Configure bugmail: http://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
