Hello能帮助在灵活数据和元数据交换数据电网的射电器上登机吗?
我的数据网编码如下:
<mx:DataGridColumn width="20" headerText="isDefault" dataField="IS_DEFAULT">
<mx:itemRenderer>
<fx:Component>
<mx:HBox horizontalAlign="left">
<fx:Script>
<![CDATA[
import mx.controls.Alert;
import mx.controls.listClasses.ListData;
protected function chk1_changeHandler(event:Event):void
{
}
]]>
</fx:Script>
<mx:RadioButton id="chk1" selected="{data.IS_DEFAULT == N ? false : true}"
groupName="{outerDocument.rbg11}" change="chk1_changeHandler(event)" horizontalCenter="0"/>
</mx:HBox>
</fx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
Thanks for helping.