dtableGrid.dataProvider[rowIndex] = resultData; dtableGrid.dataProvider.itemUpdated(dtableGrid.dataProvider[rowIndex]);
(dtableGrid.dataProvider as ArrayCollection).disableAutoUpdate();
dtableGrid.dataProvider as ArrayCollection).enableAutoUpdate();不加的话,会无法更新数据。