easiest way to get started (may not be the best way) would be to
extend on the suggestion given,
try
<mx:DataGridColumn headerText="COlumn 1">
<mx:itemRenderer>
<mx:Component>
<!--mx:Button label="Click Test" width="200"
click="outerDocument.handleClick(event)" /-->
<mx:HBox verticalAlign="middle">
<mx:LinkButton id="btn1" label="Edit" click="something()"/>
<mx:VRule height="{btn1.height-5}"/>
<mx:LinkButton label="Analytics" click="somethingelse()"/>
</mx:HBox>
</mx:HBox>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
--- In [email protected], "Hasan Maqbool" <[EMAIL PROTECTED]>
wrote:
>
> Hey Anthony,
> Thank you very much for your very quick reply. But actually, I
need to place
> a label which is something like
>
> Edit | Analytics
>
> in the datagrid column
>
> Now, clicking on Edit will open a new page while clicking on
Analytics will
> open a different page. But opening pages is not an issue. I just
couldn't
> have figured out how to place this type of multi link in datagrid
column and
> then how to manage their event handlers.
>
> I will appreciate your reply
>
> Regards,
>
> --
> Muhammad Hasan Maqbool
> Software Engineer
> Techlogix Pakistan (Pvt) Limited
> +92-321-6690881
>