Hi Ramya,

following is the pattern of how to do this in mxml
<mx:Datagrid>
<mx:columns>
<mx:DatagridColumn>
<mx:itemRenderer>
<mx:Component>
<mx:RadioButton/>
</mx:Component>
</mx:itemRenderer>
</mx:DatagridColumn>
</mx:columns>
</mx:Datagrid>


or you car also set itemRenderer property of that particular column
equal to the mx.controls.RadioButton. i.e.

itemRenderer="mx.controls.RadioButton"

HTH,

-Ravi
On May 28, 1:01 pm, Ramya Arumugam <[email protected]> wrote:
> Hi Friends,
>
> How do we place the radio button in the datagrid using itemrenderer?
>
> Can anyone advice me.
>
> Thanks,
> Ramya
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to