Flex AdvancedDataGrid dataChangeRequest
任何人都可以给我一个在 AdvancedDataGrid 上使用 dataChangeRequest 样式的示例,我似乎无法让它工作。我试图在 dataProvider 更新时使项目的单元格闪烁。
非常感谢
Can anyone give me an example of the use of the dataChangeRequest Style on the AdvancedDataGrid, I can't seem to get it working. I'm trying to make the cell of the item flash when the dataProvider is updated.
Many Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AdvancedDataGrid 在检测 dataProvider 何时更新/更改时存在一些问题。我已经多次遇到这个问题了。 Adobe 在此记录了该错误:
http://bugs.adobe.com/jira/browse/FLEXDMV-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
许多其他人都遇到过也是这个问题。这是一个可能的解决方案:
http://www.joshuaostrom.com/2008/09 /18/advanceddatagrid-adventures-in-binding/
让我知道这是否有帮助。
AdvancedDataGrid has some problems detecting when a dataProvider is updated/changed. I have run into this problem many times. The bug is documented by Adobe here:
http://bugs.adobe.com/jira/browse/FLEXDMV-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
Many others have come across this problem as well. Here is a possible solution:
http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/
Let me know if this helps.