在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
通过AdvancedDataGrid的id来获取selectedItem和selectedItems属性,即用它来获取一行或者多行,然后用this.id.selectedItem["@class"]来获取某列的值,其中包括在高级网格中未显示出来的部分~~ 复制代码 代码如下: //用于某行不可编辑 public function returnRowEdit(event:AdvancedDataGridEvent):void{ trace(this.returns.selectedItem["@class"]+" "); if(this.returns.selectedItem["@class"]== ".ComplexField"){ event.stopImmediatePropagation(); } } |
请发表评论