Hi John,

To get the RadioButtons inside an itemRenderer to work together, you need to associate them with a common RadioButtonGroup.  Place this tag right above the DataGrid in your application:

<mx:RadioButtonGroup id="myRadioButtonGroup"/>

Then, use code like this in your itemRenderer:

<mx:RadioButton id="myRadioButton" group="{parentApplication.myRadioButtonGroup}"/>

-TH

--- In [email protected], "John Mazzocchi" <[EMAIL PROTECTED]> wrote:
>
> The subject line pretty much says it all ... has anyone had any experience with this? The problem being that the RadioButtons, each one created by a customItemEditor/Renderer and appearing one per row in a DataGrid, seem to act independently of each other ...
>
> Ta.
> John
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to