Flex Advanced Datagrid - 从另一列访问一列的 itemrenderer 值
我有一个带有两列的 AdvancedDatagrid 。 第一列的项目渲染器为 DropdownList。
现在,在更改 DropdownList 时,我想更新第二列中的标签,我该怎么做?
I have a AdvancedDatagrid with two columns lets say.
First column has item renderer as DropdownList.
Now, on change of DropdownList, I want to update label in second column, how would I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Flex 对象的 ID 来访问它们,就像这里一样。希望这有帮助
You can access flex objects with their IDs just like here. Hope this helps