Flex中DataGrid绑定(嵌入)ComboBox


  
  
    
  width="578" height="210">
  
  
  
  
  
  
  
  
  
  width="100%"/>
  
  
  
  
  
  
  
  
  
  黄山
  230312 
  黄山市   
  
  
  泰山
  240103
  泰安市
  
  ;
  [Bindable]
  private var ScenicSpots:XMLListCollection=new XMLListCollection(ScenicSpotsXML.ScenicSpot);
  //下面的格式不好,最好写成这样的格式 
  public var XZQXML : XML = 
  
  
  230312 
  黄山市 
  
  
  240103 
  泰安市 
  
  
  110102 
  北京海淀 
  
  
  420803 
  湖北荆门 
  
  ;
  [Bindable]
  public var Xzqs:XMLListCollection=new XMLListCollection(XZQXML.XZQ);
  private function btnClick(evt:MouseEvent):void{
  trace(dgv.dataProvider);
  }
  ]]>
  
  
  

你可能感兴趣的:(datagrid)