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 <friendramya2...@gmail.com> 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 flex_india@googlegroups.com To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---