高级 DataGrid 图像渲染器
我需要开发高级数据网格,如下图所示。所以我开发了带有一些列的网格,但不知道如何在网格的结果部分中渲染图像。任何人请帮助我,如何渲染结果部分中的图像。 c
I need to develop Advanced Datagrid like the below attached image. So I had developed the Grid with some columns but do not know how to rendering the image in the result part of the grid. Any one please help me, how to rendering the images in the result part. c
alt text http://www.freeimagehosting.net/uploads/a8e193239b.jpg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您所需要的只是给定的 itemRenderer 包含一个 Image 对象。您可以将图像的 .source 属性设置为 data.imageURL (或数据对象上的一些类似命名的属性)。
I think all you need is for the given itemRenderer to include an Image object. You would set the .source property of the Image to data.imageURL (or some similarly named property on your data object).