Flex 高级数据网格:列可见性

发布于 2024-08-13 22:21:13 字数 170 浏览 6 评论 0原文

你好 我是 Flex 新手,想知道当我们使用高级数据网格时,只有当我们单击父元素时,子元素详细信息才会填充到相应的列中,对吧?..现在我已经使空列不可见(在设计)现在我如何使它们在运行时当父元素展开时可见。同样,一旦列可见,如何在父元素关闭时使它们再次不可见。 请帮帮我

谢谢

HI
I am new to Flex and was wondering, when we use an advanced data grid, only when we click on the parent element the children details get populated in the corresponding columns, right?..SO now i have made the empty columns invisible(at design) now how do i make them visible at run time when the parent element is expanded..similarly once the columns are visible, how can i make them invisible again when the parent element is closed.
Please help me out

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

权谋诡计 2024-08-20 22:21:13

我认为您想要监听的事件是“itemOpen”,那么您想要的函数将类似于:

MyADG.columns[invisible column index].visible=true;

I think the event you want to listen for is "itemOpen" then the function you want will be something like:

MyADG.columns[invisible column index].visible=true;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文