[Mono-bugs] [Bug 378024] New: Radiobutton grouping in a gridview groups all buttons together

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 8 11:46:48 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=378024


           Summary: Radiobutton grouping in a gridview groups all buttons
                    together
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: eric_meyer at sra.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=206832)
 --> (https://bugzilla.novell.com/attachment.cgi?id=206832)
simple gridview with radio buttons grouped

I'm grouping three radio buttons per row in a gridview and it works as expected
with one row.  When I add multiple rows the grouping includes all the radio
buttons displayed.  I expected to have a separate group for each row.  This
works fine using Microsoft .NET.

Mono web source:
   <input id="GridView1_ctl02_cbRows" type="radio" name="access"
value="GridView1$ctl02$cbRows" checked="checked" />

NET web source:
   <input id="GridView1_ctl02_cbRows" type="radio"
name="GridView1$ctl02$access" value="cbRows" checked="checked" />


It appears that the grouping data is being generated on the value tag in mono
and on the name tag in .NET.  Since all the name tags in the mono generated
source are  equal to "access", all the buttons are grouped in one group.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list