Flex:更新数据网格 dataProvider 导致数据网格的可见属性设置为 TRUE
我注意到 Flex 4 数据网格上的这种行为,我将网格的可见性设置为 FALSE。当我更新网格的 dataProvider 数据时,例如更新集合中实体的属性,网格将再次变为可见。
这是 Flex 中数据网格的默认行为吗?我如何禁用它?
I notice this behavior on the Flex 4's datagrid, where I set the gird's visible to FALSE. As I update the grid's dataProvider data, for example update an entity's property in the collection, the grid will become VISIBLE again.
is this the default behavior of a datagird in Flex? How do i disable it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚编写了一个快速示例:
并且 DataGrid 可见性没有更改,因此您的代码中显然存在问题。
你能发布一些你的代码吗?
I've just coded a quick sample :
And the DataGrid visibility is not changed so there is obviously something wrong in your code.
Could you post some of your code?