can you share the code.
Akshar Kaul

On Thu, Jun 24, 2010 at 01:26, Dave Glasser <[email protected]> wrote:

>
>
> It seems like it should be simple, but it's a nightmare.
>
> I'm using Flex 3.3.
>
> The items in my dataProvider have a Boolean property. I want only 1 item to
> have this property set to true, and all others set to false. So I use a
> RadioButton as the renderer and editor. Although the items initially only
> have 1 with the property set to true, all of the radio buttons initially
> appear as false. When I select one, the currently selected one deselects, as
> you would expect, but the setter on my item is never called.
>
> When I use a CheckBox instead of a RadioButton, it works as expected,
> without the exclusivity. I would be happy if I could get the RadioButton to
> behave like a checkbox, and implement the exclusivity myself, but that's
> been an exercise in futility.
>
> Is what I'm trying to do possible? Am I missing something?
>  
>

Reply via email to