Grouping of Radio buttons/Check boxes

Last post 11-30-2005, 4:07 PM by AMarino. 2 replies.
Sort Posts: Previous Next
  •  11-29-2005, 10:47 AM 13175

    Grouping of Radio buttons/Check boxes

    Is there anyway other than parsing the XHTML from the editor content and manually setting multiple radio buttons as a group of mutually exclusive selections? The group functionality doesnt seem to work..also if you manually change the name property , it doesnt seem to save that information when you go to retrieve the value from the editor's xhtml..though ID changes are saved, setting the id of 2 radio buttons to be the same doesnt seem to make them mutually exclusive. Any ideas? I need to group check boxes as well. Has anyone encountered this issue?
  •  11-30-2005, 3:39 PM 13237 in reply to 13175

    Re: Grouping of Radio buttons/Check boxes

    We will investigate this issue and will find a solution as soon as possible.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-30-2005, 4:07 PM 13239 in reply to 13237

    Re: Grouping of Radio buttons/Check boxes

    Thanks. I played around with it and saw the only way to group is to set the name of both radio buttons to the same value in the html pane of the editor (which I need to disable for my users). If I actually type in the same name for the radio buttons using the properties window, the values dont get saved..that's a bug and I need to have a work around. ID values seem to be saved correctly from the property window. The other work around will have to be interpreting ID as name and in code, setting the radio buttons with the same id as a group.
View as RSS news feed in XML