Flex AdvancedDataGrid 数据绑定完成事件
Flex 中是否有某种方法可以让我知道所有数据何时完成绑定到我的 AdvancedDataGrid? 我有一堆正在运行的标签函数,当网格被填充时我需要一个繁忙的光标。 然后我想在一切完成后将其删除。 并且还触发另一个事件。
谢谢,
马丁
Is there some way in Flex where I can tell when all of the data has finished binding to my AdvancedDataGrid? I have a bunch of label functions that run and I need to a busy cursor while the grid gets populated. I then want to remove it when it's all done. And also fire another event.
Thanks,
Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我自己想出来了。 每次更新网格数据源时都会触发 updateComplete 事件。
Okay, I figured it out myself. The updateComplete event gets triggered every time the grid datasource gets updated.