【发布时间】:2013-08-19 21:56:45
【问题描述】:
您好,当我连续单击一个按钮时,我试图传递 rowindex,数据值返回正确的信息,但 rowIndex 没有返回任何内容。
<mx:AdvancedDataGridColumn headerText="EDIT" showDataTips="false" editable="true">
<mx:itemRenderer>
<fx:Component>
<mx:HBox horizontalAlign="center" verticalAlign="middle">
<s:Button label="Edit" id="editGeo" click="{outerDocument.onClick(data, rowIndex)}"/>
</mx:HBox>
</fx:Component>
</mx:itemRenderer>
</mx:AdvancedDataGridColumn>
谢谢!
【问题讨论】:
标签: apache-flex datagrid return components row