Flex:Datagrid 中基于行的渲染
我需要对数据网格中的每一行进行自定义渲染。默认情况下它是基于列的。有什么方法可以实现这一目标吗?
如果有人以前尝试过此操作或对此有任何想法,请分享。
提前致谢。
阿希恩。
I need to have custom rendering of each row in my datagrid. It is column based by default. Is there some way to achieve this?
If any one has tried this before or has any idea in this regard, then please share.
Thanks in advance.
Ashine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要的只是不同的颜色,可以使用 alternatingItemColors 样式。您可以设置一系列颜色。
您正在寻找什么样的定制?
If all you want is different colors, there is an alternatingItemColors style in DataGrid's base class
ListBase
. You can set an array of colors.What kind of customization are you looking for?