Flex中DataGrid绑定(嵌入)ComboBox


  
  
    
  height="210">
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  黄山
  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);
  }
  ]]>
  
  
  

猜你喜欢

转载自gzxpz58y.iteye.com/blog/1574267