RE: [flexcoders] DataGrid LinkButton - How to get columnIndex and rowIndex when linkButton is cli

2007-12-17 Thread Alex Harui
LinkButton - How to get columnIndex and rowIndex when linkButton is cli Hi I am a newbie with a problem - I have a datagrid with an itemRenderer. The itemRenderer is an AS class that extends LinkButton and just checks if the data is 0 or not. If it is 0 then disable the button. Then it adds an event

[flexcoders] DataGrid LinkButton - How to get columnIndex and rowIndex when linkButton is cli

2007-12-17 Thread valdhor
Hi I am a newbie with a problem - I have a datagrid with an itemRenderer. The itemRenderer is an AS class that extends LinkButton and just checks if the data is 0 or not. If it is 0 then disable the button. Then it adds an event listener: addEventListener(MouseEvent.CLICK, Application.application