復制代碼 代碼如下:
//用于某行不可編輯
public function returnRowEdit(event:AdvancedDataGridEvent):void{
trace(this.returns.selectedItem["@class"]+" ");
if(this.returns.selectedItem["@class"]== ".ComplexField"){
event.stopImmediatePropagation();
}
}
(編輯:武林網)
新聞熱點
疑難解答