[FIXED] [1.0] RadioGroup Checked Items not available when nested in usercontrol)

  1. #1

    [FIXED] [1.0] RadioGroup Checked Items not available when nested in usercontrol)

    A month or two ago (1.0 SVN source) some of our radio button groups stopped reporting their checked status (CheckedItems) properly during the "Change" direct event as they had been doing for previous .8 and 1.0 ext.net builds. We have narrowed it down to being nested in an ASP.NET usercontrol hosted on an ASP.NET webform.

    I can attach a sample project if necessary, but it is as simple to reproduce as adding a radiogroup with two radio buttons to a blank usercontrol, and adding that usercontrol to the markup of a webform. When the direct event Change fires the .CheckedItems is empty and the .Checked property of both Radio buttons is False.

    If I remove the usercontrol and put the radio group directly on the webform it works properly, so it is some sort of nesting issue.

    This has broken some functionality of our app that beta users are evaluating, so hopefully this is a quick fix.

    Thanks,
    Mark
  2. #2

    RE: [FIXED] [1.0] RadioGroup Checked Items not available when nested in usercontrol)

    Hi Mark,

    If you can, please post a simplified .aspx (+ .ascx if required) which demonstrates how to reproduce the issue. This would help us narrow down the problem quickly and implement a fix or work-around if required.


    Geoffrey McGill
    Founder
  3. #3

    RE: [FIXED] [1.0] RadioGroup Checked Items not available when nested in usercontrol)

    Attached is the sample, the default page has the RadioGroup included directly (checked items returning) and included via a usercontrol (checked items not returning). Let me know if you have any questions.

    Thanks,
    Mark
  4. #4

    RE: [FIXED] [1.0] RadioGroup Checked Items not available when nested in usercontrol)

    Hi,

    We have reproduced the issue and are now working on a fix. Should be available soon.


    Geoffrey McGill
    Founder
  5. #5

    RE: [FIXED] [1.0] RadioGroup Checked Items not available when nested in usercontrol)

    Hi,

    A fix has been committed @ SVN Revision #2866 for this RadioGroup in a UserControl issue.


    Hope this helps.


    Thanks for reporting the problem.


    Geoffrey McGill
    Founder

Similar Threads

  1. Clear RadioGroup checked item
    By chunhuxiao in forum 1.x Help
    Replies: 0
    Last Post: Apr 26, 2012, 6:34 AM
  2. RadioGroup set checked value
    By David Pelaez in forum 1.x Help
    Replies: 1
    Last Post: Jan 12, 2012, 8:59 PM
  3. RadioGroup With InputValue cann't checked
    By nanlinfeixue in forum 1.x Help
    Replies: 5
    Last Post: Jul 01, 2011, 6:38 AM
  4. Replies: 10
    Last Post: May 19, 2011, 7:43 AM
  5. [CLOSED] [1.0] radiogroup: set checked
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 14, 2010, 2:28 PM

Posting Permissions