Flex 4 - 如何覆盖 DataGrid ItemRenderer 中的粘贴事件
我试图弄清楚如何覆盖 Flex 4 DataGrid ItemRenderer 中的默认粘贴逻辑。有谁知道该怎么做?
我试图捕获当 DataGrid 中的单元格具有焦点时用户按下 Ctrl-V 时的事件并覆盖那里的逻辑。
谢谢!!
I am trying to figure out how to override the default paste logic in a Flex 4 DataGrid ItemRenderer. Does anyone know how to do this?
I am trying to capture the event when a user hits Ctrl-V while a cell in the DataGrid has focus and override the logic there.
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您的答案:
http://mannu.livejournal.com/348299.html
这是一个实现:
http://hillelcoren.com/2009/09 /17/导入-导出-复制-粘贴-flex-datagrid/
Here's your answers:
http://mannu.livejournal.com/348299.html
And here's an implementation:
http://hillelcoren.com/2009/09/17/import-export-copy-paste-flex-datagrid/