I have a data grid and i add a combo box in that((using item rendrer)


<mx:DataGridColumn headerText="Mapped Account" width="200">
      <mx:itemRenderer>
        <mx:Component>
                  <mx:HBox width="100%" paddingLeft="5" height="30"
verticalAlign="middle">
                  <mx:ComboBox  id ="cmb1"/>
        </mx:Component>
       </mx:itemRenderer>
 </mx:DataGridColumn>


then ,how can i access that combo box outside the page by the id "cmb1"
--~--~---------~--~----~------------~-------~--~----~
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