【发布时间】:2011-12-07 18:24:59
【问题描述】:
我在 Flex 中有一个 dataGrid,使用
动态添加数据dataGrid1.dataProvider=myArrayCollection;
DataGrid 不可编辑,在 mxml 中定义为
<mx:DataGrid id="dataGrid1" selectable="true">
<!--columns go in here, removed for stackoverflow post -->
</mx:DataGrid>
myArrayCollection 中的数据绝对不包含重复项。
我的问题:我无法选择除最后一行之外的任何行。
当我将 AIR 3 SDK 覆盖在我的 Flex 副本上时会发生这种情况
【问题讨论】: