Re: [flexcoders] Re: LinkButton in DataGrid

2008-04-30 Thread Hasan Maqbool
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.

[flexcoders] Re: LinkButton in DataGrid

2008-04-30 Thread bhaq1972
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

[flexcoders] Re: LinkButton in DataGrid

2008-04-29 Thread Anthony DeBonis
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