<mx:DataGridColumn headerText="COlumn 1">
   <mx:itemRenderer>
     <mx:Component>
       <mx:Button label="Click Test" width="200" 
click="outerDocument.handleClick(event)"  />
     </mx:Component>
   </mx:itemRenderer>                          
 </mx:DataGridColumn>

Once you get this to work its the same idea but put a chart in place 
of the button.


--- In [email protected], "Hasan Maqbool" <[EMAIL PROTECTED]> 
wrote:
>
> Hey Techies,
> I need to place a link button like Table | Graph in datagrid column 
(both of
> them are different links) means clicking on table will open one 
thing while
> on graph will open the other. Can anyone tell me how to accomplish 
that in
> Flex.
> 
> Regards,
> 
> -- 
> Muhammad Hasan Maqbool
> Software Engineer
> Techlogix Pakistan (Pvt) Limited
> +92-321-6690881
>


Reply via email to