Flex 数据网格中的按钮
我在 Flex 中使用数据网格,并从 mysql 服务器生成数据。但是,我的问题是在数据网格中添加一个按钮,以便每一行都有一个按钮。
我已将列 itemRenderer 设置为 mx.controls.Button,尽管网格中显示的按钮上没有标签(即使已设置标签),并且按下按钮时不会触发指定的单击事件。任何人对我做错了什么有任何想法或指导。 谢谢 标记
i am using a data grid in flex and i am generating data from a mysql server. However, my problem is with adding a button within the datagrid so each row has one.
i have set the columns itemRenderer to mx.controls.Button although with the buttons shown in the grid there is no label on them (even though one has been set) and the assigned click event does not trigger when hitting the button. anyone have any ideas or guidance on what i am doing wrong.
Thanks
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不用担心,我已经整理好了。任何有类似问题的人我建议阅读此内容
http://www .axelscript.com/2008/02/29/using-the-itemrenderer-with-a-datagrid-in-flex/
一个很好的来源。
Not to worry I have sorted it. anyone with a similar issue i suggest reading this
http://www.axelscript.com/2008/02/29/using-the-itemrenderer-with-a-datagrid-in-flex/
an excellent source.