将图形添加到 ComponentArt Grid 控件单元格
我正在使用 ComponentArt Grid 控件来显示一些运行良好的文本,示例行如下所示。
<ComponentArt:GridColumn width="70" DataField="ActiveState" HeadingText="Active State" />
我进行数据绑定,以便上面的行显示“Enabled”或“Disabled”,因为“ActiveState”是返回适当字符串的类的属性。现在我被要求用图形(勾号或十字)替换文本。我对这个控件不太熟悉,并且发现 ComponentArt 网站毫无帮助。谁能建议在单元格中显示图形而不是文本的适当格式?
I am using the ComponentArt Grid control to display some text which works fine, an example line is shown below.
<ComponentArt:GridColumn width="70" DataField="ActiveState" HeadingText="Active State" />
I am databinding so that the above line displays “Enabled” or “Disabled”, as “ActiveState” is a property on a class that returns the appropriate string. I’ve now been asked to replace the text with a graphic (a tick or a cross). I’m not too familiar with this control and find the ComponentArt website rather unhelpful. Can anyone suggest the appropriate format to display a graphic in the cell rather than text?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 ComponentArt 示例网站上找到了这个:
然后添加一个这样的模板:
作为参考,这里是 url,只需点击查看代码:
组件艺术
I found this on the ComponentArt example site:
Then add a template like this:
For reference, here is the url, just click on view code:
Component art