private function doSelectRadioBtn(event:Event):void {
            var group1:RadioButton = event.currentTarget as RadioButton;
          Alert.show(event.currentTarget.selectedValue );
         }
  <mx:RadioButton label="{rbID.currentItem.label}"  groupName="group1"
value="{rbID.currentItem.data}"  width="177" includeInLayout="true" />

Here "value = "{rbID.currentItem.data}" "  the data is the ID .


do like this u vill get the selected value.









>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to