Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我是 flex 新手。我搜索了很多,但我无法获得有关如何更新数据提供者数据的任何信息。我的要求是我有一个数据网格,当我在那里进行更改时,我的可编辑选项设置为 true,我需要将这些更改应用于数据提供者,任何人都可以建议。
使用 CollectionChangeEvent
检查 event.kind == CollectionEventKind.UPDATE 当网格上的值发生更改时调度它。
它包含有关更改的对象和更改值前后的所有信息。