Flex 4 - 如何跟踪数据网格中最后选定的项目?
我正在使用 Flex 4 和 AdvancedDataGrid。我需要跟踪先前选定的项目。但我想不出在哪里捕获它。在 itemClickHandler 方法中,网格的 selectedItem 值已经是当前选定的项目
。 focusIn 和 focusOut 属性适用于整个数据网格,而不仅仅是数据网格中的一行,
谢谢。 邦妮
I"m using Flex 4 and an AdvancedDataGrid. I need to keep track of the previously selected item. I can't think of where to capture this though. In an itemClickHandler method, the grid's selectedItem value is already the current selected item.
The focusIn and focusOut attributes apply to the whole datagrid, not to just one row in the datagrid.
Thank you.
Bonnie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在事件 itemFocusOut 上尝试一下
Try it on event itemFocusOut